#DD7BD0

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

Shades of Orchid #DD7BD0

Tints of Orchid #DD7BD0

Color information

#DD7BD0 (or 0xDD7BD0) is unknown color: approx Orchid. HEX triplet: DD, 7B and D0. RGB value is (221,123,208). Sum of RGB (Red+Green+Blue) = 221+123+208=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BD0 is #22842F. Grayscale: #A1A1A1. Windows color (decimal): -2262064 or 13663197. OLE color: 13663197.

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

Color convert

RGB221123208-
CMYK00.440.060.13
HSL307.96º59.04%67.45%-
HSV(B)307.96º44.34%86.67%-
XYZ48.2934.0963.71-
YUV161.99153.97170.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 123 (48.44% from 255) = 22.28%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=40.04%
G=22.28%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112320800.440.060.13307.9659.0467.45
HexDD7BD002C6D1343b43
Octal33517332005461546473103
Binary11011101111101111010000010110011011011001101001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BD0; }

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

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

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

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

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

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

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

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