#DD7BD9

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

Shades of Orchid #DD7BD9

Tints of Orchid #DD7BD9

Color information

#DD7BD9 (or 0xDD7BD9) is unknown color: approx Orchid. HEX triplet: DD, 7B and D9. RGB value is (221,123,217). Sum of RGB (Red+Green+Blue) = 221+123+217=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD9 is #228426. Grayscale: #A2A2A2. Windows color (decimal): -2262055 or 14253021. OLE color: 14253021.

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

Color convert

RGB221123217-
CMYK00.440.020.13
HSL302.45º59.04%67.45%-
HSV(B)302.45º44.34%86.67%-
XYZ49.4334.5569.71-
YUV163.02158.47169.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 123 (48.44% from 255) = 21.93%
BLUE value IS 217 (85.16% from 255) = 38.68%
R=39.39%
G=21.93%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112321700.440.020.13302.4559.0467.45
HexDD7BD902C2D12e3b43
Octal33517333105421545673103
Binary1101110111110111101100101011001011011001011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BD9; }

 p { color: rgb(221,123,217); }

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

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

 a { background-color: rgb(221,123,217); }

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

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

 span { border-color: rgb(221,123,217); }

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