#DE6CFF

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

Shades of Heliotrope #DE6CFF

Tints of Heliotrope #DE6CFF

Color information

#DE6CFF (or 0xDE6CFF) is unknown color: approx Heliotrope. HEX triplet: DE, 6C and FF. RGB value is (222,108,255). Sum of RGB (Red+Green+Blue) = 222+108+255=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6CFF is #219300. Grayscale: #9E9E9E. Windows color (decimal): -2200321 or 16739550. OLE color: 16739550.

HSL color Cylindrical-coordinate representation of color #DE6CFF: hue angle of 286.53º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE6CFF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222108255-
CMYK0.130.5800
HSL286.53º100%71.18%-
HSV(B)286.53º57.65%100%-
XYZ53.5433.4798.25-
YUV158.84182.27173.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 108 (42.58% from 255) = 18.46%
BLUE value IS 255 (100% from 255) = 43.59%
R=37.95%
G=18.46%
B=43.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2221082550.130.5800286.5310071.18
HexDE6CFFD3A0011f6447
Octal336154377157200437144107
Binary1101111011011001111111111011110100010001111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6CFF; }

 p { color: rgb(222,108,255); }

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

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

 a { background-color: rgb(222,108,255); }

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

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

 span { border-color: rgb(222,108,255); }

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