#CD6AEE

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

Shades of Heliotrope #CD6AEE

Tints of Heliotrope #CD6AEE

Color information

#CD6AEE (or 0xCD6AEE) is unknown color: approx Heliotrope. HEX triplet: CD, 6A and EE. RGB value is (205,106,238). Sum of RGB (Red+Green+Blue) = 205+106+238=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD6AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6AEE is #329511. Grayscale: #969696. Windows color (decimal): -3314962 or 15624909. OLE color: 15624909.

HSL color Cylindrical-coordinate representation of color #CD6AEE: hue angle of 285º 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 #CD6AEE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205106238-
CMYK0.140.5500.07
HSL285º79.52%67.45%-
HSV(B)285º55.46%93.33%-
XYZ45.7629.4684.16-
YUV150.65177.3166.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=37.34%
G=19.31%
B=43.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051062380.140.5500.0728579.5267.45
HexCD6AEEE370711d5043
Octal315152356166707435120103
Binary110011011101010111011101110110111011110001110110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AEE; }

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

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

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

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

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

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

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

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