#CD5DF6

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

Shades of Heliotrope #CD5DF6

Tints of Heliotrope #CD5DF6

Color information

#CD5DF6 (or 0xCD5DF6) is unknown color: approx Heliotrope. HEX triplet: CD, 5D and F6. RGB value is (205,93,246). Sum of RGB (Red+Green+Blue) = 205+93+246=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #CD5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5DF6 is #32A209. Grayscale: #8F8F8F. Windows color (decimal): -3318282 or 16145869. OLE color: 16145869.

HSL color Cylindrical-coordinate representation of color #CD5DF6: hue angle of 283.92º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD5DF6 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20593246-
CMYK0.170.6200.04
HSL283.92º89.47%66.47%-
HSV(B)283.92º62.2%96.47%-
XYZ45.7327.4690.08-
YUV143.93185.61171.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 93 (36.72% from 255) = 17.10%
BLUE value IS 246 (96.48% from 255) = 45.22%
R=37.68%
G=17.10%
B=45.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205932460.170.6200.04283.9289.4766.47
HexCD5DF6113E0411c5942
Octal315135366217604434131102
Binary1100110110111011111011010001111110010010001110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DF6; }

 p { color: rgb(205,93,246); }

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

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

 a { background-color: rgb(205,93,246); }

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

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

 span { border-color: rgb(205,93,246); }

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