#D69587

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

Shades of Petite Orchid #D69587

Tints of Petite Orchid #D69587

Color information

#D69587 (or 0xD69587) is unknown color: approx Petite Orchid. HEX triplet: D6, 95 and 87. RGB value is (214,149,135). Sum of RGB (Red+Green+Blue) = 214+149+135=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69587 is #296A78. Grayscale: #A6A6A6. Windows color (decimal): -2714233 or 8885718. OLE color: 8885718.

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

Color convert

RGB214149135-
CMYK00.300.370.16
HSL10.63º49.07%68.43%-
HSV(B)10.63º36.92%83.92%-
XYZ42.8537.5427.91-
YUV166.84110.03161.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 135 (53.12% from 255) = 27.11%
R=42.97%
G=29.92%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414913500.300.370.1610.6349.0768.43
HexD6958701E2510b3144
Octal32622520703645201361104
Binary1101011010010101100001110111101001011000010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69587; }

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

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

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

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

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

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

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

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