#D7948D

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

Shades of Petite Orchid #D7948D

Tints of Petite Orchid #D7948D

Color information

#D7948D (or 0xD7948D) is unknown color: approx Petite Orchid. HEX triplet: D7, 94 and 8D. RGB value is (215,148,141). Sum of RGB (Red+Green+Blue) = 215+148+141=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7948D is #286B72. Grayscale: #A7A7A7. Windows color (decimal): -2648947 or 9278679. OLE color: 9278679.

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

Color convert

RGB215148141-
CMYK00.310.340.16
HSL5.68º48.05%69.8%-
HSV(B)5.68º34.42%84.31%-
XYZ43.4237.5530.16-
YUV167.24113.2162.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=42.66%
G=29.37%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514814100.310.340.165.6848.0569.8
HexD7948D01F221063046
Octal3272242150374220660106
Binary110101111001010010001101011111100010100001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7948D; }

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

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

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

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

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

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

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

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