Html Css Color HEX #CA82EE Heliotrope

📋 copy color: '#CA82EE'

red 202 ◦ green 130 ◦ blue 238

#CA82EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CA82EE

Tints of Heliotrope #CA82EE

RGB

 RED value IS 202 (79.3% from 255) = 35.44%

 GREEN value IS 130 (51.17% from 255) = 22.81%

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 35.44%
G = 22.81%
B = 41.75%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA82EE (or 0xCA82EE) is known color: Heliotrope. HEX triplet: CA, 82 and EE. RGB value is (202,130,238). Sum of RGB (Red+Green+Blue) = 202+130+238=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82EE is #357D11. Grayscale: #A3A3A3. Windows color (decimal): -3505426 or 15631050. OLE color: 15631050.

HSL color Cylindrical-coordinate representation of color #CA82EE: hue angle of 280º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA82EE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 130 238 -
CMYK 0.15 0.45 0 0.07
HSL 280º 0.76% 0.72% -
HSV(B) 280º 0.45% 0.93% -
XYZ 47.77 34.69 85.07 -
YUV 163.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 202 130 238 0.15 0.45 0 0.07 280 0.76 0.72
Hex CA 82 EE F 2D 0 7 118 4C 48
Octal 312 202 356 17 55 0 7 430 114 110
Binary 11001010 10000010 11101110 1111 101101 0 111 100011000 1001100 1001000

Color Harmonies of #CA82EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82EE

Black with #CA82EE

Text Example


Text Example

White with #CA82EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82EE; }

 p { color: rgb(202,130,238); }

 H1.HeaderClassName
 {
   color: #CA82EE;
 }
 .AnyTagClassName
 {
   color: #CA82EE;
 }
</style>

background-color css

<style>
 a { background-color: #CA82EE; }

 a { background-color: rgb(202,130,238); }

 div.DivClassName
 {
   background-color: #CA82EE;
 }
 .BgClassName
 {
   background-color: #CA82EE;
 }
</style>

border-color css

<style>
 span { border-color: #CA82EE; }

 span { border-color: rgb(202,130,238); }

 td.TdClassName
 {
   border-color: #CA82EE;
 }
 .TagClassName
 {
   border-color: #CA82EE;
 }
</style>