#D4958D

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

Shades of Petite Orchid #D4958D

Tints of Petite Orchid #D4958D

Color information

#D4958D (or 0xD4958D) is unknown color: approx Petite Orchid. HEX triplet: D4, 95 and 8D. RGB value is (212,149,141). Sum of RGB (Red+Green+Blue) = 212+149+141=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4958D is #2B6A72. Grayscale: #A7A7A7. Windows color (decimal): -2845299 or 9278932. OLE color: 9278932.

HSL color Cylindrical-coordinate representation of color #D4958D: hue angle of 6.76º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4958D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212149141-
CMYK00.300.330.17
HSL6.76º45.22%69.22%-
HSV(B)6.76º33.49%83.14%-
XYZ42.7137.4230.17-
YUV166.92113.37160.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=42.23%
G=29.68%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214914100.300.330.176.7645.2269.22
HexD4958D01E211172d45
Octal3242252150364121755105
Binary110101001001010110001101011110100001100011111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4958D; }

 p { color: rgb(212,149,141); }

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

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

 a { background-color: rgb(212,149,141); }

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

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

 span { border-color: rgb(212,149,141); }

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