#DD7CCD

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

Shades of Orchid #DD7CCD

Tints of Orchid #DD7CCD

Color information

#DD7CCD (or 0xDD7CCD) is unknown color: approx Orchid. HEX triplet: DD, 7C and CD. RGB value is (221,124,205). Sum of RGB (Red+Green+Blue) = 221+124+205=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CCD is #228332. Grayscale: #A2A2A2. Windows color (decimal): -2261811 or 13466845. OLE color: 13466845.

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

Color convert

RGB221124205-
CMYK00.440.070.13
HSL309.9º58.79%67.65%-
HSV(B)309.9º43.89%86.67%-
XYZ48.0534.261.83-
YUV162.24152.14169.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 124 (48.83% from 255) = 22.55%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=40.18%
G=22.55%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112420500.440.070.13309.958.7967.65
HexDD7CCD02C7D1363b44
Octal33517431505471546673104
Binary11011101111110011001101010110011111011001101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CCD; }

 p { color: rgb(221,124,205); }

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

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

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

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

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

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

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