#D7908B

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

Shades of Petite Orchid #D7908B

Tints of Petite Orchid #D7908B

Color information

#D7908B (or 0xD7908B) is unknown color: approx Petite Orchid. HEX triplet: D7, 90 and 8B. RGB value is (215,144,139). Sum of RGB (Red+Green+Blue) = 215+144+139=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7908B is #286F74. Grayscale: #A4A4A4. Windows color (decimal): -2649973 or 9146583. OLE color: 9146583.

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

Color convert

RGB215144139-
CMYK00.330.350.16
HSL3.95º48.72%69.41%-
HSV(B)3.95º35.35%84.31%-
XYZ42.6636.2629.18-
YUV164.66113.52163.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.17%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=43.17%
G=28.92%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514413900.330.350.163.9548.7269.41
HexD7908B021231043145
Octal3272202130414320461105
Binary1101011110010000100010110100001100011100001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7908B; }

 p { color: rgb(215,144,139); }

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

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

 a { background-color: rgb(215,144,139); }

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

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

 span { border-color: rgb(215,144,139); }

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