#D69897

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

Shades of Petite Orchid #D69897

Tints of Petite Orchid #D69897

Color information

#D69897 (or 0xD69897) is unknown color: approx Petite Orchid. HEX triplet: D6, 98 and 97. RGB value is (214,152,151). Sum of RGB (Red+Green+Blue) = 214+152+151=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D69897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69897 is #296768. Grayscale: #AAAAAA. Windows color (decimal): -2713449 or 9935062. OLE color: 9935062.

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

Color convert

RGB214152151-
CMYK00.290.290.16
HSL0.95º43.45%71.57%-
HSV(B)0.95º29.44%83.92%-
XYZ44.5538.9934.46-
YUV170.42117.04159.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=41.39%
G=29.40%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415215100.290.290.160.9543.4571.57
HexD6989701D1D1012b48
Octal3262302270353520153110
Binary110101101001100010010111011101111011000011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69897; }

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

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

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

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

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

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

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

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