#DD6EE7

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

Shades of Orchid #DD6EE7

Tints of Orchid #DD6EE7

Color information

#DD6EE7 (or 0xDD6EE7) is unknown color: approx Orchid. HEX triplet: DD, 6E and E7. RGB value is (221,110,231). Sum of RGB (Red+Green+Blue) = 221+110+231=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EE7 is #229118. Grayscale: #9C9C9C. Windows color (decimal): -2265369 or 15167197. OLE color: 15167197.

HSL color Cylindrical-coordinate representation of color #DD6EE7: hue angle of 295.04º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6EE7 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221110231-
CMYK0.040.5200.09
HSL295.04º71.6%66.86%-
HSV(B)295.04º52.38%90.59%-
XYZ49.8232.2979.21-
YUV156.98169.77173.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 110 (43.36% from 255) = 19.57%
BLUE value IS 231 (90.62% from 255) = 41.10%
R=39.32%
G=19.57%
B=41.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211102310.040.5200.09295.0471.666.86
HexDD6EE7434091274843
Octal335156347464011447110103
Binary110111011101110111001111001101000100110010011110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6EE7; }

 p { color: rgb(221,110,231); }

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

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

 a { background-color: rgb(221,110,231); }

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

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

 span { border-color: rgb(221,110,231); }

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