#DE7FF6

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

Shades of Heliotrope #DE7FF6

Tints of Heliotrope #DE7FF6

Color information

#DE7FF6 (or 0xDE7FF6) is unknown color: approx Heliotrope. HEX triplet: DE, 7F and F6. RGB value is (222,127,246). Sum of RGB (Red+Green+Blue) = 222+127+246=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE7FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7FF6 is #218009. Grayscale: #A8A8A8. Windows color (decimal): -2195466 or 16154590. OLE color: 16154590.

HSL color Cylindrical-coordinate representation of color #DE7FF6: hue angle of 287.9º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7FF6 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222127246-
CMYK0.100.4800.04
HSL287.9º86.86%73.14%-
HSV(B)287.9º48.37%96.47%-
XYZ54.3537.3691.54-
YUV168.97171.47165.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 127 (50% from 255) = 21.34%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=37.31%
G=21.34%
B=41.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221272460.100.4800.04287.986.8673.14
HexDE7FF6A30041205749
Octal336177366126004440127111
Binary110111101111111111101101010110000010010010000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FF6; }

 p { color: rgb(222,127,246); }

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

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

 a { background-color: rgb(222,127,246); }

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

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

 span { border-color: rgb(222,127,246); }

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