#D69388

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

Shades of Petite Orchid #D69388

Tints of Petite Orchid #D69388

Color information

#D69388 (or 0xD69388) is unknown color: approx Petite Orchid. HEX triplet: D6, 93 and 88. RGB value is (214,147,136). Sum of RGB (Red+Green+Blue) = 214+147+136=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69388 is #296C77. Grayscale: #A5A5A5. Windows color (decimal): -2714744 or 8950742. OLE color: 8950742.

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

Color convert

RGB214147136-
CMYK00.310.360.16
HSL8.46º48.75%68.63%-
HSV(B)8.46º36.45%83.92%-
XYZ42.6136.9428.18-
YUV165.78111.2162.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=43.06%
G=29.58%
B=27.36%

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
Decimal21414713600.310.360.168.4648.7568.63
HexD6938801F241083145
Octal32622321003744201061105
Binary1101011010010011100010000111111001001000010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69388; }

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

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

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

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

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

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

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

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