#D4918A

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

Shades of Petite Orchid #D4918A

Tints of Petite Orchid #D4918A

Color information

#D4918A (or 0xD4918A) is unknown color: approx Petite Orchid. HEX triplet: D4, 91 and 8A. RGB value is (212,145,138). Sum of RGB (Red+Green+Blue) = 212+145+138=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D4918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4918A is #2B6E75. Grayscale: #A4A4A4. Windows color (decimal): -2846326 or 9081300. OLE color: 9081300.

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

Color convert

RGB212145138-
CMYK00.320.350.17
HSL5.68º46.25%68.63%-
HSV(B)5.68º34.91%83.14%-
XYZ41.8636.0828.8-
YUV164.24113.2162.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=42.83%
G=29.29%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214513800.320.350.175.6846.2568.63
HexD4918A020231162e45
Octal3242212120404321656105
Binary1101010010010001100010100100000100011100011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4918A; }

 p { color: rgb(212,145,138); }

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

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

 a { background-color: rgb(212,145,138); }

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

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

 span { border-color: rgb(212,145,138); }

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