#ca6dfe

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

Shades of Heliotrope #CA6DFE

Tints of Heliotrope #CA6DFE

Color information

#CA6DFE (or 0xCA6DFE) is unknown color: approx Heliotrope. HEX triplet: CA, 6D and FE. RGB value is (202,109,254). Sum of RGB (Red+Green+Blue) = 202+109+254=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DFE is #359201. Grayscale: #989898. Windows color (decimal): -3510786 or 16674250. OLE color: 16674250.

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

Color convert

RGB202109254-
CMYK0.200.5700.00
HSL278.48º98.64%71.18%-
HSV(B)278.48º57.09%99.61%-
XYZ47.7230.6597.17-
YUV153.34184.81162.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 109 (42.97% from 255) = 19.29%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=35.75%
G=19.29%
B=44.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021092540.200.5700.00278.4898.6471.18
HexCA6DFE1439001166347
Octal312155376247100426143107
Binary11001010110110111111110101001110010010001011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca6dfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca6dfe; }

 p { color: rgb(202,109,254); }

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

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

 a { background-color: rgb(202,109,254); }

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

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

 span { border-color: rgb(202,109,254); }

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