#CD8DF9

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

Shades of Heliotrope #CD8DF9

Tints of Heliotrope #CD8DF9

Color information

#CD8DF9 (or 0xCD8DF9) is unknown color: approx Heliotrope. HEX triplet: CD, 8D and F9. RGB value is (205,141,249). Sum of RGB (Red+Green+Blue) = 205+141+249=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD8DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8DF9 is #327206. Grayscale: #ACACAC. Windows color (decimal): -3305991 or 16354765. OLE color: 16354765.

HSL color Cylindrical-coordinate representation of color #CD8DF9: hue angle of 275.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD8DF9 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205141249-
CMYK0.180.4300.02
HSL275.56º90%76.47%-
HSV(B)275.56º43.37%97.65%-
XYZ51.838.8794.39-
YUV172.45171.2151.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 141 (55.47% from 255) = 23.70%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=34.45%
G=23.70%
B=41.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051412490.180.4300.02275.569076.47
HexCD8DF9122B021145a4c
Octal315215371225302424132114
Binary1100110110001101111110011001010101101010001010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DF9; }

 p { color: rgb(205,141,249); }

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

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

 a { background-color: rgb(205,141,249); }

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

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

 span { border-color: rgb(205,141,249); }

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