#DD7DD7

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

Shades of Orchid #DD7DD7

Tints of Orchid #DD7DD7

Color information

#DD7DD7 (or 0xDD7DD7) is unknown color: approx Orchid. HEX triplet: DD, 7D and D7. RGB value is (221,125,215). Sum of RGB (Red+Green+Blue) = 221+125+215=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DD7 is #228228. Grayscale: #A3A3A3. Windows color (decimal): -2261545 or 14122461. OLE color: 14122461.

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

Color convert

RGB221125215-
CMYK00.430.030.13
HSL303.75º58.54%67.84%-
HSV(B)303.75º43.44%86.67%-
XYZ49.4234.9568.43-
YUV163.96156.8168.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=39.39%
G=22.28%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112521500.430.030.13303.7558.5467.84
HexDD7DD702B3D1303b44
Octal33517532705331546073104
Binary1101110111111011101011101010111111011001100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DD7; }

 p { color: rgb(221,125,215); }

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

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

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

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

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

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

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