#CA6BF2

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

Shades of Heliotrope #CA6BF2

Tints of Heliotrope #CA6BF2

Color information

#CA6BF2 (or 0xCA6BF2) is unknown color: approx Heliotrope. HEX triplet: CA, 6B and F2. RGB value is (202,107,242). Sum of RGB (Red+Green+Blue) = 202+107+242=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BF2 is #35940D. Grayscale: #969696. Windows color (decimal): -3511310 or 15887306. OLE color: 15887306.

HSL color Cylindrical-coordinate representation of color #CA6BF2: hue angle of 282.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6BF2 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202107242-
CMYK0.170.5600.05
HSL282.22º83.85%68.43%-
HSV(B)282.22º55.79%94.9%-
XYZ45.6429.4887.29-
YUV150.79179.47164.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 107 (42.19% from 255) = 19.42%
BLUE value IS 242 (94.92% from 255) = 43.92%
R=36.66%
G=19.42%
B=43.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021072420.170.5600.05282.2283.8568.43
HexCA6BF211380511a5444
Octal312153362217005432124104
Binary1100101011010111111001010001111000010110001101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BF2; }

 p { color: rgb(202,107,242); }

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

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

 a { background-color: rgb(202,107,242); }

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

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

 span { border-color: rgb(202,107,242); }

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