#D69389

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

Shades of Petite Orchid #D69389

Tints of Petite Orchid #D69389

Color information

#D69389 (or 0xD69389) is unknown color: approx Petite Orchid. HEX triplet: D6, 93 and 89. RGB value is (214,147,137). Sum of RGB (Red+Green+Blue) = 214+147+137=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69389 is #296C76. Grayscale: #A6A6A6. Windows color (decimal): -2714743 or 9016278. OLE color: 9016278.

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

Color convert

RGB214147137-
CMYK00.310.360.16
HSL7.79º48.43%68.82%-
HSV(B)7.79º35.98%83.92%-
XYZ42.6836.9728.55-
YUV165.89111.7162.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=42.97%
G=29.52%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414713700.310.360.167.7948.4368.82
HexD6938901F241083045
Octal32622321103744201060105
Binary1101011010010011100010010111111001001000010001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69389; }

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

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

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

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

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

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

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

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