#DC9688

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

Shades of Petite Orchid #DC9688

Tints of Petite Orchid #DC9688

Color information

#DC9688 (or 0xDC9688) is unknown color: approx Petite Orchid. HEX triplet: DC, 96 and 88. RGB value is (220,150,136). Sum of RGB (Red+Green+Blue) = 220+150+136=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9688 is #236977. Grayscale: #A9A9A9. Windows color (decimal): -2320760 or 8951516. OLE color: 8951516.

HSL color Cylindrical-coordinate representation of color #DC9688: hue angle of 10º 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 #DC9688 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220150136-
CMYK00.320.380.14
HSL10º54.55%69.8%-
HSV(B)10º38.18%86.27%-
XYZ44.8738.8128.42-
YUV169.33109.19164.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=43.48%
G=29.64%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015013600.320.380.141054.5569.8
HexDC968802026Ea3746
Octal33422621004046161267106
Binary1101110010010110100010000100000100110111010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9688; }

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

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

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

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

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

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

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

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