#DF7FFC

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

Shades of Heliotrope #DF7FFC

Tints of Heliotrope #DF7FFC

Color information

#DF7FFC (or 0xDF7FFC) is unknown color: approx Heliotrope. HEX triplet: DF, 7F and FC. RGB value is (223,127,252). Sum of RGB (Red+Green+Blue) = 223+127+252=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FFC is #208003. Grayscale: #A9A9A9. Windows color (decimal): -2129924 or 16547807. OLE color: 16547807.

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

Color convert

RGB223127252-
CMYK0.120.5000.01
HSL286.08º95.42%74.31%-
HSV(B)286.08º49.6%98.82%-
XYZ55.5937.8996.48-
YUV169.95174.3165.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 127 (50% from 255) = 21.10%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=37.04%
G=21.10%
B=41.86%

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
Decimal2231272520.120.5000.01286.0895.4274.31
HexDF7FFCC320111e5f4a
Octal337177374146201436137112
Binary1101111111111111111110011001100100110001111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7FFC; }

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

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

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

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

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

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

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

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