#CD6DE9

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

Shades of Heliotrope #CD6DE9

Tints of Heliotrope #CD6DE9

Color information

#CD6DE9 (or 0xCD6DE9) is unknown color: approx Heliotrope. HEX triplet: CD, 6D and E9. RGB value is (205,109,233). Sum of RGB (Red+Green+Blue) = 205+109+233=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6DE9 is #329216. Grayscale: #979797. Windows color (decimal): -3314199 or 15297997. OLE color: 15297997.

HSL color Cylindrical-coordinate representation of color #CD6DE9: hue angle of 286.45º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6DE9 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205109233-
CMYK0.120.5300.09
HSL286.45º73.81%67.06%-
HSV(B)286.45º53.22%91.37%-
XYZ45.3529.880.45-
YUV151.84173.8165.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 109 (42.97% from 255) = 19.93%
BLUE value IS 233 (91.41% from 255) = 42.60%
R=37.48%
G=19.93%
B=42.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051092330.120.5300.09286.4573.8167.06
HexCD6DE9C350911e4a43
Octal3151553511465011436112103
Binary1100110111011011110100111001101010100110001111010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DE9; }

 p { color: rgb(205,109,233); }

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

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

 a { background-color: rgb(205,109,233); }

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

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

 span { border-color: rgb(205,109,233); }

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