Html Css Color HEX #CA66ED Heliotrope

📋 copy color: '#CA66ED'

red 202 ◦ green 102 ◦ blue 237

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

Shades of Heliotrope #CA66ED

Tints of Heliotrope #CA66ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 37.34%
G = 18.85%
B = 43.81%

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

#CA66ED (or 0xCA66ED) is known color: Heliotrope. HEX triplet: CA, 66 and ED. RGB value is (202,102,237). Sum of RGB (Red+Green+Blue) = 202+102+237=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA66ED is #359912. Grayscale: #929292. Windows color (decimal): -3512595 or 15558346. OLE color: 15558346.

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

Color convert

RGB 202 102 237 -
CMYK 0.15 0.57 0 0.07
HSL 284.44º 0.79% 0.66% -
HSV(B) 284.44º 0.57% 0.93% -
XYZ 44.39 28.17 83.22 -
YUV 147.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 202 102 237 0.15 0.57 0 0.07 284.44 0.79 0.66
Hex CA 66 ED F 39 0 7 11C 4F 42
Octal 312 146 355 17 71 0 7 434 117 102
Binary 11001010 1100110 11101101 1111 111001 0 111 100011100 1001111 1000010

Color Harmonies of #CA66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA66ED

Black with #CA66ED

Text Example


Text Example

White with #CA66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA66ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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