#DC9E92

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

Shades of Petite Orchid #DC9E92

Tints of Petite Orchid #DC9E92

Color information

#DC9E92 (or 0xDC9E92) is unknown color: approx Petite Orchid. HEX triplet: DC, 9E and 92. RGB value is (220,158,146). Sum of RGB (Red+Green+Blue) = 220+158+146=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E92 is #23616D. Grayscale: #AFAFAF. Windows color (decimal): -2318702 or 9608924. OLE color: 9608924.

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

Color convert

RGB220158146-
CMYK00.280.340.14
HSL9.73º51.39%71.76%-
HSV(B)9.73º33.64%86.27%-
XYZ46.9341.7432.78-
YUV175.17111.54159.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.98%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=41.98%
G=30.15%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015814600.280.340.149.7351.3971.76
HexDC9E9201C22Ea3348
Octal33423622203442161263110
Binary110111001001111010010010011100100010111010101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E92; }

 p { color: rgb(220,158,146); }

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

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

 a { background-color: rgb(220,158,146); }

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

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

 span { border-color: rgb(220,158,146); }

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