#DE8CFC

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

Shades of Heliotrope #DE8CFC

Tints of Heliotrope #DE8CFC

Color information

#DE8CFC (or 0xDE8CFC) is unknown color: approx Heliotrope. HEX triplet: DE, 8C and FC. RGB value is (222,140,252). Sum of RGB (Red+Green+Blue) = 222+140+252=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8CFC is #217303. Grayscale: #B0B0B0. Windows color (decimal): -2192132 or 16551134. OLE color: 16551134.

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

Color convert

RGB222140252-
CMYK0.120.4400.01
HSL283.93º94.92%76.86%-
HSV(B)283.93º44.44%98.82%-
XYZ57.0741.3197.06-
YUV177.29170.17159.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 140 (55.08% from 255) = 22.80%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=36.16%
G=22.80%
B=41.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221402520.120.4400.01283.9394.9276.86
HexDE8CFCC2C0111c5f4d
Octal336214374145401434137115
Binary11011110100011001111110011001011000110001110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8CFC; }

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

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

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

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

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

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

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

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