#CA68F6

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

Shades of Heliotrope #CA68F6

Tints of Heliotrope #CA68F6

Color information

#CA68F6 (or 0xCA68F6) is unknown color: approx Heliotrope. HEX triplet: CA, 68 and F6. RGB value is (202,104,246). Sum of RGB (Red+Green+Blue) = 202+104+246=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA68F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68F6 is #359709. Grayscale: #959595. Windows color (decimal): -3512074 or 16148682. OLE color: 16148682.

HSL color Cylindrical-coordinate representation of color #CA68F6: hue angle of 281.41º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA68F6 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202104246-
CMYK0.180.5800.04
HSL281.41º88.75%68.63%-
HSV(B)281.41º57.72%96.47%-
XYZ45.9429.1190.39-
YUV149.49182.47165.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 104 (41.02% from 255) = 18.84%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=36.59%
G=18.84%
B=44.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021042460.180.5800.04281.4188.7568.63
HexCA68F6123A041195945
Octal312150366227204431131105
Binary1100101011010001111011010010111010010010001100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68F6; }

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

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

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

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

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

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

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

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