#CD7FFF

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

Shades of Heliotrope #CD7FFF

Tints of Heliotrope #CD7FFF

Color information

#CD7FFF (or 0xCD7FFF) is unknown color: approx Heliotrope. HEX triplet: CD, 7F and FF. RGB value is (205,127,255). Sum of RGB (Red+Green+Blue) = 205+127+255=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7FFF is #328000. Grayscale: #A4A4A4. Windows color (decimal): -3309569 or 16744397. OLE color: 16744397.

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

Color convert

RGB205127255-
CMYK0.200.5000
HSL276.56º100%74.9%-
HSV(B)276.56º50.2%100%-
XYZ50.8235.3898.76-
YUV164.91178.84156.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 127 (50% from 255) = 21.64%
BLUE value IS 255 (100% from 255) = 43.44%
R=34.92%
G=21.64%
B=43.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051272550.200.5000276.5610074.9
HexCD7FFF143200115644b
Octal315177377246200425144113
Binary11001101111111111111111101001100100010001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FFF; }

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

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

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

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

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

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

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

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