#DF7FFF

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

Shades of Heliotrope #DF7FFF

Tints of Heliotrope #DF7FFF

Color information

#DF7FFF (or 0xDF7FFF) is unknown color: approx Heliotrope. HEX triplet: DF, 7F and FF. RGB value is (223,127,255). Sum of RGB (Red+Green+Blue) = 223+127+255=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF7FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FFF is #208000. Grayscale: #A9A9A9. Windows color (decimal): -2129921 or 16744415. OLE color: 16744415.

HSL color Cylindrical-coordinate representation of color #DF7FFF: hue angle of 285º 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 #DF7FFF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB223127255-
CMYK0.130.5000
HSL285º100%74.9%-
HSV(B)285º50.2%100%-
XYZ56.0738.0999-
YUV170.3175.8165.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 127 (50% from 255) = 20.99%
BLUE value IS 255 (100% from 255) = 42.15%
R=36.86%
G=20.99%
B=42.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231272550.130.500028510074.9
HexDF7FFFD320011d644b
Octal337177377156200435144113
Binary1101111111111111111111111011100100010001110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7FFF; }

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

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

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

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

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

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

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

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