#CA68ED

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

Shades of Heliotrope #CA68ED

Tints of Heliotrope #CA68ED

Color information

#CA68ED (or 0xCA68ED) is unknown color: approx Heliotrope. HEX triplet: CA, 68 and ED. RGB value is (202,104,237). Sum of RGB (Red+Green+Blue) = 202+104+237=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68ED is #359712. Grayscale: #949494. Windows color (decimal): -3512083 or 15558858. OLE color: 15558858.

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

Color convert

RGB202104237-
CMYK0.150.5600.07
HSL284.21º78.7%66.86%-
HSV(B)284.21º56.12%92.94%-
XYZ44.5928.5783.29-
YUV148.46177.97166.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 104 (41.02% from 255) = 19.15%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=37.20%
G=19.15%
B=43.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021042370.150.5600.07284.2178.766.86
HexCA68EDF380711c4f43
Octal312150355177007434117103
Binary110010101101000111011011111111000011110001110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68ED; }

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

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

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

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

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

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

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

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