#D69588

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

Shades of Petite Orchid #D69588

Tints of Petite Orchid #D69588

Color information

#D69588 (or 0xD69588) is unknown color: approx Petite Orchid. HEX triplet: D6, 95 and 88. RGB value is (214,149,136). Sum of RGB (Red+Green+Blue) = 214+149+136=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D69588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69588 is #296A77. Grayscale: #A7A7A7. Windows color (decimal): -2714232 or 8951254. OLE color: 8951254.

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

Color convert

RGB214149136-
CMYK00.300.360.16
HSL10º48.75%68.63%-
HSV(B)10º36.45%83.92%-
XYZ42.9237.5728.28-
YUV166.95110.53161.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=42.89%
G=29.86%
B=27.25%

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
Decimal21414913600.300.360.161048.7568.63
HexD6958801E2410a3145
Octal32622521003644201261105
Binary1101011010010101100010000111101001001000010101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69588; }

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

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

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

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

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

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

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

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