#D0968E

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

Shades of Petite Orchid #D0968E

Tints of Petite Orchid #D0968E

Color information

#D0968E (or 0xD0968E) is unknown color: approx Petite Orchid. HEX triplet: D0, 96 and 8E. RGB value is (208,150,142). Sum of RGB (Red+Green+Blue) = 208+150+142=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0968E is #2F6971. Grayscale: #A6A6A6. Windows color (decimal): -3107186 or 9344720. OLE color: 9344720.

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

Color convert

RGB208150142-
CMYK00.280.320.18
HSL7.27º41.25%68.63%-
HSV(B)7.27º31.73%81.57%-
XYZ41.837.1830.56-
YUV166.43114.22157.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.6%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=41.6%
G=30%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815014200.280.320.187.2741.2568.63
HexD0968E01C201272945
Octal3202262160344022751105
Binary110100001001011010001110011100100000100101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0968E; }

 p { color: rgb(208,150,142); }

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

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

 a { background-color: rgb(208,150,142); }

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

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

 span { border-color: rgb(208,150,142); }

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