#CD6AEA

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

Shades of Heliotrope #CD6AEA

Tints of Heliotrope #CD6AEA

Color information

#CD6AEA (or 0xCD6AEA) is unknown color: approx Heliotrope. HEX triplet: CD, 6A and EA. RGB value is (205,106,234). Sum of RGB (Red+Green+Blue) = 205+106+234=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD6AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6AEA is #329515. Grayscale: #959595. Windows color (decimal): -3314966 or 15362765. OLE color: 15362765.

HSL color Cylindrical-coordinate representation of color #CD6AEA: hue angle of 286.41º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD6AEA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205106234-
CMYK0.120.5500.08
HSL286.41º75.29%66.67%-
HSV(B)286.41º54.7%91.76%-
XYZ45.1829.2381.1-
YUV150.19175.3167.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 106 (41.80% from 255) = 19.45%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=37.61%
G=19.45%
B=42.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051062340.120.5500.08286.4175.2966.67
HexCD6AEAC370811e4b43
Octal3151523521467010436113103
Binary1100110111010101110101011001101110100010001111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6AEA; }

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

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

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

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

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

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

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

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