#CD7DFF

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

Shades of Heliotrope #CD7DFF

Tints of Heliotrope #CD7DFF

Color information

#CD7DFF (or 0xCD7DFF) is unknown color: approx Heliotrope. HEX triplet: CD, 7D and FF. RGB value is (205,125,255). Sum of RGB (Red+Green+Blue) = 205+125+255=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 125 (49.22% from 255 or 21.37% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7DFF is #328200. Grayscale: #A3A3A3. Windows color (decimal): -3310081 or 16743885. OLE color: 16743885.

HSL color Cylindrical-coordinate representation of color #CD7DFF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD7DFF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205125255-
CMYK0.200.5100
HSL276.92º100%74.51%-
HSV(B)276.92º50.98%100%-
XYZ50.5634.8798.67-
YUV163.74179.5157.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 125 (49.22% from 255) = 21.37%
BLUE value IS 255 (100% from 255) = 43.59%
R=35.04%
G=21.37%
B=43.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051252550.200.5100276.9210074.51
HexCD7DFF143300115644b
Octal315175377246300425144113
Binary11001101111110111111111101001100110010001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DFF; }

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

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

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

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

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

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

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

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