#D69893

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

Shades of Petite Orchid #D69893

Tints of Petite Orchid #D69893

Color information

#D69893 (or 0xD69893) is unknown color: approx Petite Orchid. HEX triplet: D6, 98 and 93. RGB value is (214,152,147). Sum of RGB (Red+Green+Blue) = 214+152+147=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D69893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69893 is #29676C. Grayscale: #AAAAAA. Windows color (decimal): -2713453 or 9672918. OLE color: 9672918.

HSL color Cylindrical-coordinate representation of color #D69893: hue angle of 4.48º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D69893 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214152147-
CMYK00.290.310.16
HSL4.48º44.97%70.78%-
HSV(B)4.48º31.31%83.92%-
XYZ44.2338.8632.77-
YUV169.97115.04159.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=41.72%
G=29.63%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415214700.290.310.164.4844.9770.78
HexD6989301D1F1042d47
Octal3262302230353720455107
Binary11010110100110001001001101110111111100001001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69893; }

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

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

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

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

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

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

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

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