#CD6DFD

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

Shades of Heliotrope #CD6DFD

Tints of Heliotrope #CD6DFD

Color information

#CD6DFD (or 0xCD6DFD) is unknown color: approx Heliotrope. HEX triplet: CD, 6D and FD. RGB value is (205,109,253). Sum of RGB (Red+Green+Blue) = 205+109+253=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD6DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6DFD is #329202. Grayscale: #999999. Windows color (decimal): -3314179 or 16608717. OLE color: 16608717.

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

Color convert

RGB205109253-
CMYK0.190.5700.01
HSL280º97.3%70.98%-
HSV(B)280º56.92%99.22%-
XYZ48.3831.0196.36-
YUV154.12183.8164.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 109 (42.97% from 255) = 19.22%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=36.16%
G=19.22%
B=44.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051092530.190.5700.0128097.370.98
HexCD6DFD1339011186147
Octal315155375237101430141107
Binary11001101110110111111101100111110010110001100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6DFD; }

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

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

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

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

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

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

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

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