#D28E8C

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

Shades of Petite Orchid #D28E8C

Tints of Petite Orchid #D28E8C

Color information

#D28E8C (or 0xD28E8C) is unknown color: approx Petite Orchid. HEX triplet: D2, 8E and 8C. RGB value is (210,142,140). Sum of RGB (Red+Green+Blue) = 210+142+140=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28E8C is #2D7173. Grayscale: #A2A2A2. Windows color (decimal): -2978164 or 9211602. OLE color: 9211602.

HSL color Cylindrical-coordinate representation of color #D28E8C: hue angle of 1.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28E8C is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210142140-
CMYK00.320.330.18
HSL1.71º43.75%68.63%-
HSV(B)1.71º33.33%82.35%-
XYZ40.9834.9429.4-
YUV162.1115.53162.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=42.68%
G=28.86%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014214000.320.330.181.7143.7568.63
HexD28E8C020211222c45
Octal3222162140404122254105
Binary110100101000111010001100010000010000110010101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28E8C; }

 p { color: rgb(210,142,140); }

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

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

 a { background-color: rgb(210,142,140); }

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

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

 span { border-color: rgb(210,142,140); }

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