#DE7EFC

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

Shades of Heliotrope #DE7EFC

Tints of Heliotrope #DE7EFC

Color information

#DE7EFC (or 0xDE7EFC) is unknown color: approx Heliotrope. HEX triplet: DE, 7E and FC. RGB value is (222,126,252). Sum of RGB (Red+Green+Blue) = 222+126+252=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7EFC is #218103. Grayscale: #A8A8A8. Windows color (decimal): -2195716 or 16547550. OLE color: 16547550.

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

Color convert

RGB222126252-
CMYK0.120.500.01
HSL285.71º95.45%74.12%-
HSV(B)285.71º50%98.82%-
XYZ55.1637.4896.42-
YUV169.07174.8165.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 126 (49.61% from 255) = 21%
BLUE value IS 252 (98.83% from 255) = 42%
R=37%
G=21%
B=42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221262520.120.500.01285.7195.4574.12
HexDE7EFCC320111e5f4a
Octal336176374146201436137112
Binary1101111011111101111110011001100100110001111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EFC; }

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

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

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

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

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

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

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

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