#D6908F

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

Shades of Petite Orchid #D6908F

Tints of Petite Orchid #D6908F

Color information

#D6908F (or 0xD6908F) is unknown color: approx Petite Orchid. HEX triplet: D6, 90 and 8F. RGB value is (214,144,143). Sum of RGB (Red+Green+Blue) = 214+144+143=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6908F is #296F70. Grayscale: #A4A4A4. Windows color (decimal): -2715505 or 9408726. OLE color: 9408726.

HSL color Cylindrical-coordinate representation of color #D6908F: hue angle of 0.85º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6908F is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB214144143-
CMYK00.330.330.16
HSL0.85º46.41%70%-
HSV(B)0.85º33.18%83.92%-
XYZ42.6636.2330.73-
YUV164.82115.69163.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=42.71%
G=28.74%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414414300.330.330.160.8546.4170
HexD6908F021211012e46
Octal3262202170414120156106
Binary11010110100100001000111101000011000011000011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6908F; }

 p { color: rgb(214,144,143); }

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

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

 a { background-color: rgb(214,144,143); }

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

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

 span { border-color: rgb(214,144,143); }

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