#D0968F

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

Shades of Petite Orchid #D0968F

Tints of Petite Orchid #D0968F

Color information

#D0968F (or 0xD0968F) is unknown color: approx Petite Orchid. HEX triplet: D0, 96 and 8F. RGB value is (208,150,143). Sum of RGB (Red+Green+Blue) = 208+150+143=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0968F is #2F6970. Grayscale: #A6A6A6. Windows color (decimal): -3107185 or 9410256. OLE color: 9410256.

HSL color Cylindrical-coordinate representation of color #D0968F: hue angle of 6.46º 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 #D0968F is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208150143-
CMYK00.280.310.18
HSL6.46º40.88%68.82%-
HSV(B)6.46º31.25%81.57%-
XYZ41.8837.2130.96-
YUV166.54114.72157.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=41.52%
G=29.94%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815014300.280.310.186.4640.8868.82
HexD0968F01C1F1262945
Octal3202262170343722651105
Binary11010000100101101000111101110011111100101101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0968F; }

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

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

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

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

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

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

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

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