#D69997

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

Shades of Petite Orchid #D69997

Tints of Petite Orchid #D69997

Color information

#D69997 (or 0xD69997) is unknown color: approx Petite Orchid. HEX triplet: D6, 99 and 97. RGB value is (214,153,151). Sum of RGB (Red+Green+Blue) = 214+153+151=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D69997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69997 is #296668. Grayscale: #ABABAB. Windows color (decimal): -2713193 or 9935318. OLE color: 9935318.

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

Color convert

RGB214153151-
CMYK00.290.290.16
HSL1.9º43.45%71.57%-
HSV(B)1.9º29.44%83.92%-
XYZ44.7139.3134.51-
YUV171.01116.71158.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=41.31%
G=29.54%
B=29.15%

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
Decimal21415315100.290.290.161.943.4571.57
HexD6999701D1D1022b48
Octal3262312270353520253110
Binary1101011010011001100101110111011110110000101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69997; }

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

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

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

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

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

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

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

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