#D0978F

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

Shades of Petite Orchid #D0978F

Tints of Petite Orchid #D0978F

Color information

#D0978F (or 0xD0978F) is unknown color: approx Petite Orchid. HEX triplet: D0, 97 and 8F. RGB value is (208,151,143). Sum of RGB (Red+Green+Blue) = 208+151+143=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0978F is #2F6870. Grayscale: #A7A7A7. Windows color (decimal): -3106929 or 9410512. OLE color: 9410512.

HSL color Cylindrical-coordinate representation of color #D0978F: hue angle of 7.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0978F is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208151143-
CMYK00.270.310.18
HSL7.38º40.88%68.82%-
HSV(B)7.38º31.25%81.57%-
XYZ42.0437.5331.01-
YUV167.13114.38157.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=41.43%
G=30.08%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815114300.270.310.187.3840.8868.82
HexD0978F01B1F1272945
Octal3202272170333722751105
Binary11010000100101111000111101101111111100101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0978F; }

 p { color: rgb(208,151,143); }

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

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

 a { background-color: rgb(208,151,143); }

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

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

 span { border-color: rgb(208,151,143); }

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