#DE7CFC

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

Shades of Heliotrope #DE7CFC

Tints of Heliotrope #DE7CFC

Color information

#DE7CFC (or 0xDE7CFC) is unknown color: approx Heliotrope. HEX triplet: DE, 7C and FC. RGB value is (222,124,252). Sum of RGB (Red+Green+Blue) = 222+124+252=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE7CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7CFC is #218303. Grayscale: #A7A7A7. Windows color (decimal): -2196228 or 16547038. OLE color: 16547038.

HSL color Cylindrical-coordinate representation of color #DE7CFC: hue angle of 285.94º degrees, saturation: 0.96, 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 #DE7CFC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222124252-
CMYK0.120.5100.01
HSL285.94º95.52%73.73%-
HSV(B)285.94º50.79%98.82%-
XYZ54.936.9796.34-
YUV167.89175.47166.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 124 (48.83% from 255) = 20.74%
BLUE value IS 252 (98.83% from 255) = 42.14%
R=37.12%
G=20.74%
B=42.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221242520.120.5100.01285.9495.5273.73
HexDE7CFCC330111e604a
Octal336174374146301436140112
Binary1101111011111001111110011001100110110001111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CFC; }

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

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

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

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

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

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

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

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