#DD7FC8

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

Shades of Orchid #DD7FC8

Tints of Orchid #DD7FC8

Color information

#DD7FC8 (or 0xDD7FC8) is unknown color: approx Orchid. HEX triplet: DD, 7F and C8. RGB value is (221,127,200). Sum of RGB (Red+Green+Blue) = 221+127+200=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7FC8 is #228037. Grayscale: #A3A3A3. Windows color (decimal): -2261048 or 13139933. OLE color: 13139933.

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

Color convert

RGB221127200-
CMYK00.430.100.13
HSL313.4º58.02%68.24%-
HSV(B)313.4º42.53%86.67%-
XYZ47.8334.7258.82-
YUV163.43148.64169.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 127 (50% from 255) = 23.18%
BLUE value IS 200 (78.52% from 255) = 36.50%
R=40.33%
G=23.18%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112720000.430.100.13313.458.0268.24
HexDD7FC802BAD1393a44
Octal335177310053121547172104
Binary110111011111111110010000101011101011011001110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FC8; }

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

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

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

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

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

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

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

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