#D69987

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

Shades of Petite Orchid #D69987

Tints of Petite Orchid #D69987

Color information

#D69987 (or 0xD69987) is unknown color: approx Petite Orchid. HEX triplet: D6, 99 and 87. RGB value is (214,153,135). Sum of RGB (Red+Green+Blue) = 214+153+135=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69987 is #296678. Grayscale: #A9A9A9. Windows color (decimal): -2713209 or 8886742. OLE color: 8886742.

HSL color Cylindrical-coordinate representation of color #D69987: hue angle of 13.67º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69987 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214153135-
CMYK00.290.370.16
HSL13.67º49.07%68.43%-
HSV(B)13.67º36.92%83.92%-
XYZ43.538.8328.12-
YUV169.19108.71159.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=42.63%
G=30.48%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415313500.290.370.1613.6749.0768.43
HexD6998701D2510e3144
Octal32623120703545201661104
Binary1101011010011001100001110111011001011000011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69987; }

 p { color: rgb(214,153,135); }

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

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

 a { background-color: rgb(214,153,135); }

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

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

 span { border-color: rgb(214,153,135); }

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