#DD7BDB

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

Shades of Orchid #DD7BDB

Tints of Orchid #DD7BDB

Color information

#DD7BDB (or 0xDD7BDB) is unknown color: approx Orchid. HEX triplet: DD, 7B and DB. RGB value is (221,123,219). Sum of RGB (Red+Green+Blue) = 221+123+219=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BDB is #228424. Grayscale: #A2A2A2. Windows color (decimal): -2262053 or 14384093. OLE color: 14384093.

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

Color convert

RGB221123219-
CMYK00.440.010.13
HSL301.22º59.04%67.45%-
HSV(B)301.22º44.34%86.67%-
XYZ49.6934.6571.09-
YUV163.25159.47169.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=39.25%
G=21.85%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112321900.440.010.13301.2259.0467.45
HexDD7BDB02C1D12d3b43
Octal33517333305411545573103
Binary110111011111011110110110101100111011001011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BDB; }

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

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

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

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

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

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

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

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