#DD76DE

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

Shades of Orchid #DD76DE

Tints of Orchid #DD76DE

Color information

#DD76DE (or 0xDD76DE) is unknown color: approx Orchid. HEX triplet: DD, 76 and DE. RGB value is (221,118,222). Sum of RGB (Red+Green+Blue) = 221+118+222=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76DE is #228921. Grayscale: #A0A0A0. Windows color (decimal): -2263330 or 14579421. OLE color: 14579421.

HSL color Cylindrical-coordinate representation of color #DD76DE: 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.47%. Process color model (Four color, CMYK) of #DD76DE is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221118222-
CMYK0.000.4700.13
HSL299.42º61.18%66.67%-
HSV(B)299.42º46.85%87.06%-
XYZ49.4833.672.99-
YUV160.65162.62171.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 118 (46.48% from 255) = 21.03%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=39.39%
G=21.03%
B=39.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211182220.000.4700.13299.4261.1866.67
HexDD76DE02F0D12b3d43
Octal33516633605701545375103
Binary110111011110110110111100101111011011001010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76DE; }

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

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

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

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

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

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

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

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