#CA6CED

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

Shades of Heliotrope #CA6CED

Tints of Heliotrope #CA6CED

Color information

#CA6CED (or 0xCA6CED) is unknown color: approx Heliotrope. HEX triplet: CA, 6C and ED. RGB value is (202,108,237). Sum of RGB (Red+Green+Blue) = 202+108+237=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CED is #359312. Grayscale: #969696. Windows color (decimal): -3511059 or 15559882. OLE color: 15559882.

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

Color convert

RGB202108237-
CMYK0.150.5400.07
HSL283.72º78.18%67.65%-
HSV(B)283.72º54.43%92.94%-
XYZ45.0129.483.42-
YUV150.81176.64164.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 108 (42.58% from 255) = 19.74%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=36.93%
G=19.74%
B=43.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021082370.150.5400.07283.7278.1867.65
HexCA6CEDF360711c4e44
Octal312154355176607434116104
Binary110010101101100111011011111110110011110001110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CED; }

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

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

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

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

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

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

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

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