#DE7FFC

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

Shades of Heliotrope #DE7FFC

Tints of Heliotrope #DE7FFC

Color information

#DE7FFC (or 0xDE7FFC) is unknown color: approx Heliotrope. HEX triplet: DE, 7F and FC. RGB value is (222,127,252). Sum of RGB (Red+Green+Blue) = 222+127+252=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FFC is #218003. Grayscale: #A9A9A9. Windows color (decimal): -2195460 or 16547806. OLE color: 16547806.

HSL color Cylindrical-coordinate representation of color #DE7FFC: hue angle of 285.6º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7FFC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222127252-
CMYK0.120.5000.01
HSL285.6º95.42%74.31%-
HSV(B)285.6º49.6%98.82%-
XYZ55.2837.7496.47-
YUV169.66174.47165.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 127 (50% from 255) = 21.13%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=36.94%
G=21.13%
B=41.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221272520.120.5000.01285.695.4274.31
HexDE7FFCC320111e5f4a
Octal336177374146201436137112
Binary1101111011111111111110011001100100110001111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FFC; }

 p { color: rgb(222,127,252); }

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

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

 a { background-color: rgb(222,127,252); }

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

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

 span { border-color: rgb(222,127,252); }

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