#D69787

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

Shades of Petite Orchid #D69787

Tints of Petite Orchid #D69787

Color information

#D69787 (or 0xD69787) is unknown color: approx Petite Orchid. HEX triplet: D6, 97 and 87. RGB value is (214,151,135). Sum of RGB (Red+Green+Blue) = 214+151+135=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D69787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69787 is #296878. Grayscale: #A8A8A8. Windows color (decimal): -2713721 or 8886230. OLE color: 8886230.

HSL color Cylindrical-coordinate representation of color #D69787: hue angle of 12.15º 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 #D69787 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214151135-
CMYK00.290.370.16
HSL12.15º49.07%68.43%-
HSV(B)12.15º36.92%83.92%-
XYZ43.1738.1828.02-
YUV168.01109.37160.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.8%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 135 (53.12% from 255) = 27%
R=42.8%
G=30.2%
B=27%

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
Decimal21415113500.290.370.1612.1549.0768.43
HexD6978701D2510c3144
Octal32622720703545201461104
Binary1101011010010111100001110111011001011000011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69787; }

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

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

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

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

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

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

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

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