#DD7BDD

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

Shades of Orchid #DD7BDD

Tints of Orchid #DD7BDD

Color information

#DD7BDD (or 0xDD7BDD) is unknown color: approx Orchid. HEX triplet: DD, 7B and DD. RGB value is (221,123,221). Sum of RGB (Red+Green+Blue) = 221+123+221=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BDD is #228422. Grayscale: #A3A3A3. Windows color (decimal): -2262051 or 14515165. OLE color: 14515165.

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

Color convert

RGB221123221-
CMYK00.4400.13
HSL300º59.04%67.45%-
HSV(B)300º44.34%86.67%-
XYZ49.9534.7672.48-
YUV163.47160.47169.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 123 (48.44% from 255) = 21.77%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=39.12%
G=21.77%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112322100.4400.1330059.0467.45
HexDD7BDD02C0D12c3b43
Octal33517333505401545473103
Binary110111011111011110111010101100011011001011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BDD; }

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

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

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

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

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

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

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

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