Html Css Color HEX #CA66EE Heliotrope

📋 copy color: '#CA66EE'

red 202 ◦ green 102 ◦ blue 238

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

Shades of Heliotrope #CA66EE

Tints of Heliotrope #CA66EE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.82%

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

R = 37.27%
G = 18.82%
B = 43.91%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA66EE (or 0xCA66EE) is known color: Heliotrope. HEX triplet: CA, 66 and EE. RGB value is (202,102,238). Sum of RGB (Red+Green+Blue) = 202+102+238=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA66EE is #359911. Grayscale: #929292. Windows color (decimal): -3512594 or 15623882. OLE color: 15623882.

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

Color convert

RGB 202 102 238 -
CMYK 0.15 0.57 0 0.07
HSL 284.12º 0.8% 0.67% -
HSV(B) 284.12º 0.57% 0.93% -
XYZ 44.54 28.23 83.99 -
YUV 147.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 202 102 238 0.15 0.57 0 0.07 284.12 0.8 0.67
Hex CA 66 EE F 39 0 7 11C 50 43
Octal 312 146 356 17 71 0 7 434 120 103
Binary 11001010 1100110 11101110 1111 111001 0 111 100011100 1010000 1000011

Color Harmonies of #CA66EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA66EE

Black with #CA66EE

Text Example


Text Example

White with #CA66EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA66EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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