#CD7DFD

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

Shades of Heliotrope #CD7DFD

Tints of Heliotrope #CD7DFD

Color information

#CD7DFD (or 0xCD7DFD) is unknown color: approx Heliotrope. HEX triplet: CD, 7D and FD. RGB value is (205,125,253). Sum of RGB (Red+Green+Blue) = 205+125+253=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7DFD is #328202. Grayscale: #A3A3A3. Windows color (decimal): -3310083 or 16612813. OLE color: 16612813.

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

Color convert

RGB205125253-
CMYK0.190.5100.01
HSL277.5º96.97%74.12%-
HSV(B)277.5º50.59%99.22%-
XYZ50.2434.7496.99-
YUV163.51178.5157.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=35.16%
G=21.44%
B=43.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051252530.190.5100.01277.596.9774.12
HexCD7DFD133301116614a
Octal315175375236301426141112
Binary11001101111110111111101100111100110110001011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DFD; }

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

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

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

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

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

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

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

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