#DD77DE

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

Shades of Orchid #DD77DE

Tints of Orchid #DD77DE

Color information

#DD77DE (or 0xDD77DE) is unknown color: approx Orchid. HEX triplet: DD, 77 and DE. RGB value is (221,119,222). Sum of RGB (Red+Green+Blue) = 221+119+222=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77DE is #228821. Grayscale: #A0A0A0. Windows color (decimal): -2263074 or 14579677. OLE color: 14579677.

HSL color Cylindrical-coordinate representation of color #DD77DE: hue angle of 299.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD77DE is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221119222-
CMYK0.000.4600.13
HSL299.42º60.95%66.86%-
HSV(B)299.42º46.4%87.06%-
XYZ49.633.8473.02-
YUV161.24162.29170.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 119 (46.88% from 255) = 21.17%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=39.32%
G=21.17%
B=39.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211192220.000.4600.13299.4260.9566.86
HexDD77DE02E0D12b3d43
Octal33516733605601545375103
Binary110111011110111110111100101110011011001010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77DE; }

 p { color: rgb(221,119,222); }

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

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

 a { background-color: rgb(221,119,222); }

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

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

 span { border-color: rgb(221,119,222); }

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