#D69488

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

Shades of Petite Orchid #D69488

Tints of Petite Orchid #D69488

Color information

#D69488 (or 0xD69488) is unknown color: approx Petite Orchid. HEX triplet: D6, 94 and 88. RGB value is (214,148,136). Sum of RGB (Red+Green+Blue) = 214+148+136=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69488 is #296B77. Grayscale: #A6A6A6. Windows color (decimal): -2714488 or 8950998. OLE color: 8950998.

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

Color convert

RGB214148136-
CMYK00.310.360.16
HSL9.23º48.75%68.63%-
HSV(B)9.23º36.45%83.92%-
XYZ42.7737.2528.23-
YUV166.37110.87161.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=42.97%
G=29.72%
B=27.31%

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
Decimal21414813600.310.360.169.2348.7568.63
HexD6948801F241093145
Octal32622421003744201161105
Binary1101011010010100100010000111111001001000010011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69488; }

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

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

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

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

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

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

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

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