#DD7FCC

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

Shades of Orchid #DD7FCC

Tints of Orchid #DD7FCC

Color information

#DD7FCC (or 0xDD7FCC) is unknown color: approx Orchid. HEX triplet: DD, 7F and CC. RGB value is (221,127,204). Sum of RGB (Red+Green+Blue) = 221+127+204=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FCC is #228033. Grayscale: #A3A3A3. Windows color (decimal): -2261044 or 13402077. OLE color: 13402077.

HSL color Cylindrical-coordinate representation of color #DD7FCC: hue angle of 310.85º degrees, saturation: 0.58, 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 #DD7FCC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221127204-
CMYK00.430.080.13
HSL310.85º58.02%68.24%-
HSV(B)310.85º42.53%86.67%-
XYZ48.3134.9161.32-
YUV163.88150.64168.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=40.04%
G=23.01%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112720400.430.080.13310.8558.0268.24
HexDD7FCC02B8D1373a44
Octal335177314053101546772104
Binary110111011111111110011000101011100011011001101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FCC; }

 p { color: rgb(221,127,204); }

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

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

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

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

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

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

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