#CA61EF

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

Shades of Heliotrope #CA61EF

Tints of Heliotrope #CA61EF

Color information

#CA61EF (or 0xCA61EF) is unknown color: approx Heliotrope. HEX triplet: CA, 61 and EF. RGB value is (202,97,239). Sum of RGB (Red+Green+Blue) = 202+97+239=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA61EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA61EF is #359E10. Grayscale: #909090. Windows color (decimal): -3513873 or 15688138. OLE color: 15688138.

HSL color Cylindrical-coordinate representation of color #CA61EF: hue angle of 284.37º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA61EF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20297239-
CMYK0.150.5900.06
HSL284.37º81.61%65.88%-
HSV(B)284.37º59.41%93.73%-
XYZ44.2127.3484.61-
YUV144.58181.29168.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 97 (38.28% from 255) = 18.03%
BLUE value IS 239 (93.75% from 255) = 44.42%
R=37.55%
G=18.03%
B=44.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202972390.150.5900.06284.3781.6165.88
HexCA61EFF3B0611c5242
Octal312141357177306434122102
Binary110010101100001111011111111111011011010001110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61EF; }

 p { color: rgb(202,97,239); }

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

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

 a { background-color: rgb(202,97,239); }

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

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

 span { border-color: rgb(202,97,239); }

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