#DC9788

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

Shades of Petite Orchid #DC9788

Tints of Petite Orchid #DC9788

Color information

#DC9788 (or 0xDC9788) is unknown color: approx Petite Orchid. HEX triplet: DC, 97 and 88. RGB value is (220,151,136). Sum of RGB (Red+Green+Blue) = 220+151+136=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9788 is #236877. Grayscale: #AAAAAA. Windows color (decimal): -2320504 or 8951772. OLE color: 8951772.

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

Color convert

RGB220151136-
CMYK00.310.380.14
HSL10.71º54.55%69.8%-
HSV(B)10.71º38.18%86.27%-
XYZ45.0339.1328.47-
YUV169.92108.86163.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=43.39%
G=29.78%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015113600.310.380.1410.7154.5569.8
HexDC978801F26Eb3746
Octal33422721003746161367106
Binary110111001001011110001000011111100110111010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9788; }

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

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

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

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

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

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

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

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