#D69689

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

Shades of Petite Orchid #D69689

Tints of Petite Orchid #D69689

Color information

#D69689 (or 0xD69689) is unknown color: approx Petite Orchid. HEX triplet: D6, 96 and 89. RGB value is (214,150,137). Sum of RGB (Red+Green+Blue) = 214+150+137=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D69689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69689 is #296976. Grayscale: #A7A7A7. Windows color (decimal): -2713975 or 9017046. OLE color: 9017046.

HSL color Cylindrical-coordinate representation of color #D69689: hue angle of 10.13º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69689 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214150137-
CMYK00.300.360.16
HSL10.13º48.43%68.82%-
HSV(B)10.13º35.98%83.92%-
XYZ43.1537.9128.71-
YUV167.65110.7161.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=42.71%
G=29.94%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415013700.300.360.1610.1348.4368.82
HexD6968901E2410a3045
Octal32622621103644201260105
Binary1101011010010110100010010111101001001000010101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69689; }

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

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

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

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

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

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

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

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