#D7908F

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

Shades of Petite Orchid #D7908F

Tints of Petite Orchid #D7908F

Color information

#D7908F (or 0xD7908F) is unknown color: approx Petite Orchid. HEX triplet: D7, 90 and 8F. RGB value is (215,144,143). Sum of RGB (Red+Green+Blue) = 215+144+143=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7908F is #286F70. Grayscale: #A5A5A5. Windows color (decimal): -2649969 or 9408727. OLE color: 9408727.

HSL color Cylindrical-coordinate representation of color #D7908F: hue angle of 0.83º degrees, saturation: 0.47, 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 #D7908F is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215144143-
CMYK00.330.330.16
HSL0.83º47.37%70.2%-
HSV(B)0.83º33.49%84.31%-
XYZ42.9636.3830.74-
YUV165.11115.52163.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=42.83%
G=28.69%
B=28.49%

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
Decimal21514414300.330.330.160.8347.3770.2
HexD7908F021211012f46
Octal3272202170414120157106
Binary11010111100100001000111101000011000011000011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7908F; }

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

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

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

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

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

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

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

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