#DD7BD2

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

Shades of Orchid #DD7BD2

Tints of Orchid #DD7BD2

Color information

#DD7BD2 (or 0xDD7BD2) is unknown color: approx Orchid. HEX triplet: DD, 7B and D2. RGB value is (221,123,210). Sum of RGB (Red+Green+Blue) = 221+123+210=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD2 is #22842D. Grayscale: #A1A1A1. Windows color (decimal): -2262062 or 13794269. OLE color: 13794269.

HSL color Cylindrical-coordinate representation of color #DD7BD2: hue angle of 306.73º 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 #DD7BD2 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221123210-
CMYK00.440.050.13
HSL306.73º59.04%67.45%-
HSV(B)306.73º44.34%86.67%-
XYZ48.5334.1965.01-
YUV162.22154.97169.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 123 (48.44% from 255) = 22.20%
BLUE value IS 210 (82.42% from 255) = 37.91%
R=39.89%
G=22.20%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112321000.440.050.13306.7359.0467.45
HexDD7BD202C5D1333b43
Octal33517332205451546373103
Binary11011101111101111010010010110010111011001100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BD2; }

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

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

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

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

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

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

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

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