#D69B94

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

Shades of Petite Orchid #D69B94

Tints of Petite Orchid #D69B94

Color information

#D69B94 (or 0xD69B94) is unknown color: approx Petite Orchid. HEX triplet: D6, 9B and 94. RGB value is (214,155,148). Sum of RGB (Red+Green+Blue) = 214+155+148=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B94 is #29646B. Grayscale: #ABABAB. Windows color (decimal): -2712684 or 9739222. OLE color: 9739222.

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

Color convert

RGB214155148-
CMYK00.280.310.16
HSL6.36º44.59%70.98%-
HSV(B)6.36º30.84%83.92%-
XYZ44.839.8833.35-
YUV171.84114.55158.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=41.39%
G=29.98%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415514800.280.310.166.3644.5970.98
HexD69B9401C1F1062d47
Octal3262332240343720655107
Binary11010110100110111001010001110011111100001101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B94; }

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

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

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

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

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

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

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

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