#CA7DEC

Color #CA7DEC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CA7DEC

Tints of Heliotrope #CA7DEC

Color information

#CA7DEC (or 0xCA7DEC) is unknown color: approx Heliotrope. HEX triplet: CA, 7D and EC. RGB value is (202,125,236). Sum of RGB (Red+Green+Blue) = 202+125+236=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DEC is #358213. Grayscale: #A0A0A0. Windows color (decimal): -3506708 or 15498698. OLE color: 15498698.

HSL color Cylindrical-coordinate representation of color #CA7DEC: hue angle of 281.62º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA7DEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202125236-
CMYK0.140.4700.07
HSL281.62º74.5%70.78%-
HSV(B)281.62º47.03%92.55%-
XYZ46.8333.2883.31-
YUV160.68170.51157.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.88%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=35.88%
G=22.20%
B=41.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021252360.140.4700.07281.6274.570.78
HexCA7DECE2F0711a4a47
Octal312175354165707432112107
Binary110010101111101111011001110101111011110001101010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DEC; }

 p { color: rgb(202,125,236); }

 H1.HeaderClassName
 {
   color: #CA7DEC;
 }
 .AnyTagClassName
 {
   color: #CA7DEC;
 }
</style>
background-color css

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

 a { background-color: rgb(202,125,236); }

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

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

 span { border-color: rgb(202,125,236); }

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