#CD8DFD

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

Shades of Heliotrope #CD8DFD

Tints of Heliotrope #CD8DFD

Color information

#CD8DFD (or 0xCD8DFD) is unknown color: approx Heliotrope. HEX triplet: CD, 8D and FD. RGB value is (205,141,253). Sum of RGB (Red+Green+Blue) = 205+141+253=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8DFD is #327202. Grayscale: #ACACAC. Windows color (decimal): -3305987 or 16616909. OLE color: 16616909.

HSL color Cylindrical-coordinate representation of color #CD8DFD: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD8DFD is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205141253-
CMYK0.190.4400.01
HSL274.29º96.55%77.25%-
HSV(B)274.29º44.27%99.22%-
XYZ52.4339.1297.72-
YUV172.9173.2150.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 141 (55.47% from 255) = 23.54%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=34.22%
G=23.54%
B=42.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051412530.190.4400.01274.2996.5577.25
HexCD8DFD132C01112614d
Octal315215375235401422141115
Binary110011011000110111111101100111011000110001001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DFD; }

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

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

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

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

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

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

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

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