#DF8CFC

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

Shades of Heliotrope #DF8CFC

Tints of Heliotrope #DF8CFC

Color information

#DF8CFC (or 0xDF8CFC) is unknown color: approx Heliotrope. HEX triplet: DF, 8C and FC. RGB value is (223,140,252). Sum of RGB (Red+Green+Blue) = 223+140+252=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 140 (55.08% from 255 or 22.76% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF8CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CFC is #207303. Grayscale: #B1B1B1. Windows color (decimal): -2126596 or 16551135. OLE color: 16551135.

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

Color convert

RGB223140252-
CMYK0.120.4400.01
HSL284.46º94.92%76.86%-
HSV(B)284.46º44.44%98.82%-
XYZ57.3841.4797.08-
YUV177.58170160.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 140 (55.08% from 255) = 22.76%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=36.26%
G=22.76%
B=40.98%

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
Decimal2231402520.120.4400.01284.4694.9276.86
HexDF8CFCC2C0111c5f4d
Octal337214374145401434137115
Binary11011111100011001111110011001011000110001110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8CFC; }

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

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

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

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

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

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

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

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