#CA6AEE

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

Shades of Heliotrope #CA6AEE

Tints of Heliotrope #CA6AEE

Color information

#CA6AEE (or 0xCA6AEE) is unknown color: approx Heliotrope. HEX triplet: CA, 6A and EE. RGB value is (202,106,238). Sum of RGB (Red+Green+Blue) = 202+106+238=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA6AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6AEE is #359511. Grayscale: #959595. Windows color (decimal): -3511570 or 15624906. OLE color: 15624906.

HSL color Cylindrical-coordinate representation of color #CA6AEE: hue angle of 283.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6AEE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202106238-
CMYK0.150.5500.07
HSL283.64º79.52%67.45%-
HSV(B)283.64º55.46%93.33%-
XYZ44.9429.0484.12-
YUV149.75177.8165.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 106 (41.80% from 255) = 19.41%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=37.00%
G=19.41%
B=43.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021062380.150.5500.07283.6479.5267.45
HexCA6AEEF370711c5043
Octal312152356176707434120103
Binary110010101101010111011101111110111011110001110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6AEE; }

 p { color: rgb(202,106,238); }

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

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

 a { background-color: rgb(202,106,238); }

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

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

 span { border-color: rgb(202,106,238); }

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