#DD7FCF

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

Shades of Orchid #DD7FCF

Tints of Orchid #DD7FCF

Color information

#DD7FCF (or 0xDD7FCF) is unknown color: approx Orchid. HEX triplet: DD, 7F and CF. RGB value is (221,127,207). Sum of RGB (Red+Green+Blue) = 221+127+207=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FCF is #228030. Grayscale: #A4A4A4. Windows color (decimal): -2261041 or 13598685. OLE color: 13598685.

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

Color convert

RGB221127207-
CMYK00.430.060.13
HSL308.94º58.02%68.24%-
HSV(B)308.94º42.53%86.67%-
XYZ48.6735.0663.23-
YUV164.23152.14168.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 127 (50% from 255) = 22.88%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=39.82%
G=22.88%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112720700.430.060.13308.9458.0268.24
HexDD7FCF02B6D1353a44
Octal33517731705361546572104
Binary11011101111111111001111010101111011011001101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FCF; }

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

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

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

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

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

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

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

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