#CA6FF5

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

Shades of Heliotrope #CA6FF5

Tints of Heliotrope #CA6FF5

Color information

#CA6FF5 (or 0xCA6FF5) is unknown color: approx Heliotrope. HEX triplet: CA, 6F and F5. RGB value is (202,111,245). Sum of RGB (Red+Green+Blue) = 202+111+245=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA6FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FF5 is #35900A. Grayscale: #999999. Windows color (decimal): -3510283 or 16084938. OLE color: 16084938.

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

Color convert

RGB202111245-
CMYK0.180.5500.04
HSL280.75º87.01%69.8%-
HSV(B)280.75º54.69%96.08%-
XYZ46.5230.5289.82-
YUV153.48179.65162.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 111 (43.75% from 255) = 19.89%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=36.20%
G=19.89%
B=43.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021112450.180.5500.04280.7587.0169.8
HexCA6FF51237041195746
Octal312157365226704431127106
Binary1100101011011111111010110010110111010010001100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FF5; }

 p { color: rgb(202,111,245); }

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

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

 a { background-color: rgb(202,111,245); }

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

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

 span { border-color: rgb(202,111,245); }

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