#D7948C

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

Shades of Petite Orchid #D7948C

Tints of Petite Orchid #D7948C

Color information

#D7948C (or 0xD7948C) is unknown color: approx Petite Orchid. HEX triplet: D7, 94 and 8C. RGB value is (215,148,140). Sum of RGB (Red+Green+Blue) = 215+148+140=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7948C is #286B73. Grayscale: #A7A7A7. Windows color (decimal): -2648948 or 9213143. OLE color: 9213143.

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

Color convert

RGB215148140-
CMYK00.310.350.16
HSL6.4º48.39%69.61%-
HSV(B)6.4º34.88%84.31%-
XYZ43.3537.5229.77-
YUV167.12112.7162.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=42.74%
G=29.42%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514814000.310.350.166.448.3969.61
HexD7948C01F231063046
Octal3272242140374320660106
Binary110101111001010010001100011111100011100001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7948C; }

 p { color: rgb(215,148,140); }

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

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

 a { background-color: rgb(215,148,140); }

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

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

 span { border-color: rgb(215,148,140); }

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