#CA6CFF

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

Shades of Heliotrope #CA6CFF

Tints of Heliotrope #CA6CFF

Color information

#CA6CFF (or 0xCA6CFF) is unknown color: approx Heliotrope. HEX triplet: CA, 6C and FF. RGB value is (202,108,255). Sum of RGB (Red+Green+Blue) = 202+108+255=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CFF is #359300. Grayscale: #989898. Windows color (decimal): -3511041 or 16739530. OLE color: 16739530.

HSL color Cylindrical-coordinate representation of color #CA6CFF: hue angle of 278.37º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA6CFF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202108255-
CMYK0.210.5800
HSL278.37º100%71.18%-
HSV(B)278.37º57.65%100%-
XYZ47.7730.597.98-
YUV152.86185.64163.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 108 (42.58% from 255) = 19.12%
BLUE value IS 255 (100% from 255) = 45.13%
R=35.75%
G=19.12%
B=45.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021082550.210.5800278.3710071.18
HexCA6CFF153A001166447
Octal312154377257200426144107
Binary11001010110110011111111101011110100010001011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6CFF; }

 p { color: rgb(202,108,255); }

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

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

 a { background-color: rgb(202,108,255); }

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

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

 span { border-color: rgb(202,108,255); }

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