#D7918F

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

Shades of Petite Orchid #D7918F

Tints of Petite Orchid #D7918F

Color information

#D7918F (or 0xD7918F) is unknown color: approx Petite Orchid. HEX triplet: D7, 91 and 8F. RGB value is (215,145,143). Sum of RGB (Red+Green+Blue) = 215+145+143=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7918F is #286E70. Grayscale: #A5A5A5. Windows color (decimal): -2649713 or 9408983. OLE color: 9408983.

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

Color convert

RGB215145143-
CMYK00.330.330.16
HSL1.67º47.37%70.2%-
HSV(B)1.67º33.49%84.31%-
XYZ43.1136.6830.79-
YUV165.7115.19163.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=42.74%
G=28.83%
B=28.43%

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
Decimal21514514300.330.330.161.6747.3770.2
HexD7918F021211022f46
Octal3272212170414120257106
Binary110101111001000110001111010000110000110000101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7918F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7918F; }

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

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

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

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

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

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

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

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