#DC9F97

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

Shades of Petite Orchid #DC9F97

Tints of Petite Orchid #DC9F97

Color information

#DC9F97 (or 0xDC9F97) is unknown color: approx Petite Orchid. HEX triplet: DC, 9F and 97. RGB value is (220,159,151). Sum of RGB (Red+Green+Blue) = 220+159+151=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F97 is #236068. Grayscale: #B0B0B0. Windows color (decimal): -2318441 or 9936860. OLE color: 9936860.

HSL color Cylindrical-coordinate representation of color #DC9F97: hue angle of 6.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC9F97 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220159151-
CMYK00.280.310.14
HSL6.96º49.64%72.75%-
HSV(B)6.96º31.36%86.27%-
XYZ47.542.2534.93-
YUV176.33113.71159.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=41.51%
G=30%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015915100.280.310.146.9649.6472.75
HexDC9F9701C1FE73249
Octal3342372270343716762111
Binary1101110010011111100101110111001111111101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9F97; }

 p { color: rgb(220,159,151); }

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

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

 a { background-color: rgb(220,159,151); }

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

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

 span { border-color: rgb(220,159,151); }

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