#DC9794

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

Shades of Petite Orchid #DC9794

Tints of Petite Orchid #DC9794

Color information

#DC9794 (or 0xDC9794) is unknown color: approx Petite Orchid. HEX triplet: DC, 97 and 94. RGB value is (220,151,148). Sum of RGB (Red+Green+Blue) = 220+151+148=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9794 is #23686B. Grayscale: #ABABAB. Windows color (decimal): -2320492 or 9738204. OLE color: 9738204.

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

Color convert

RGB220151148-
CMYK00.310.330.14
HSL2.5º50.7%72.16%-
HSV(B)2.5º32.73%86.27%-
XYZ45.9339.4933.22-
YUV171.29114.86162.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=42.39%
G=29.09%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015114800.310.330.142.550.772.16
HexDC979401F21E33348
Octal3342272240374116363110
Binary1101110010010111100101000111111000011110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9794; }

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

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

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

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

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

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

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

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