#CA6FF8

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

Shades of Heliotrope #CA6FF8

Tints of Heliotrope #CA6FF8

Color information

#CA6FF8 (or 0xCA6FF8) is unknown color: approx Heliotrope. HEX triplet: CA, 6F and F8. RGB value is (202,111,248). Sum of RGB (Red+Green+Blue) = 202+111+248=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 248 (97.27% from 255 or 44.21% from 561); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA6FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FF8 is #359007. Grayscale: #999999. Windows color (decimal): -3510280 or 16281546. OLE color: 16281546.

HSL color Cylindrical-coordinate representation of color #CA6FF8: hue angle of 279.85º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6FF8 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202111248-
CMYK0.190.5500.03
HSL279.85º90.73%70.39%-
HSV(B)279.85º55.24%97.25%-
XYZ46.9830.792.26-
YUV153.83181.15162.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 111 (43.75% from 255) = 19.79%
BLUE value IS 248 (97.27% from 255) = 44.21%
R=36.01%
G=19.79%
B=44.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021112480.190.5500.03279.8590.7370.39
HexCA6FF81337031185b46
Octal312157370236703430133106
Binary110010101101111111110001001111011101110001100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FF8; }

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

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

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

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

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

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

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

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