#D69687

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

Shades of Petite Orchid #D69687

Tints of Petite Orchid #D69687

Color information

#D69687 (or 0xD69687) is unknown color: approx Petite Orchid. HEX triplet: D6, 96 and 87. RGB value is (214,150,135). Sum of RGB (Red+Green+Blue) = 214+150+135=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69687 is #296978. Grayscale: #A7A7A7. Windows color (decimal): -2713977 or 8885974. OLE color: 8885974.

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

Color convert

RGB214150135-
CMYK00.300.370.16
HSL11.39º49.07%68.43%-
HSV(B)11.39º36.92%83.92%-
XYZ43.0137.8627.96-
YUV167.43109.7161.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=42.89%
G=30.06%
B=27.05%

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
Decimal21415013500.300.370.1611.3949.0768.43
HexD6968701E2510b3144
Octal32622620703645201361104
Binary1101011010010110100001110111101001011000010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69687; }

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

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

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

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

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

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

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

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