#DA9687

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

Shades of Petite Orchid #DA9687

Tints of Petite Orchid #DA9687

Color information

#DA9687 (or 0xDA9687) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 87. RGB value is (218,150,135). Sum of RGB (Red+Green+Blue) = 218+150+135=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9687 is #256978. Grayscale: #A8A8A8. Windows color (decimal): -2451833 or 8885978. OLE color: 8885978.

HSL color Cylindrical-coordinate representation of color #DA9687: hue angle of 10.84º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9687 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218150135-
CMYK00.310.380.15
HSL10.84º52.87%69.22%-
HSV(B)10.84º38.07%85.49%-
XYZ44.1938.4728.02-
YUV168.62109.03163.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=43.34%
G=29.82%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815013500.310.380.1510.8452.8769.22
HexDA968701F26Fb3545
Octal33222620703746171365105
Binary110110101001011010000111011111100110111110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9687; }

 p { color: rgb(218,150,135); }

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

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

 a { background-color: rgb(218,150,135); }

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

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

 span { border-color: rgb(218,150,135); }

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