#D29694

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

Shades of Petite Orchid #D29694

Tints of Petite Orchid #D29694

Color information

#D29694 (or 0xD29694) is unknown color: approx Petite Orchid. HEX triplet: D2, 96 and 94. RGB value is (210,150,148). Sum of RGB (Red+Green+Blue) = 210+150+148=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D29694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29694 is #2D696B. Grayscale: #A7A7A7. Windows color (decimal): -2976108 or 9737938. OLE color: 9737938.

HSL color Cylindrical-coordinate representation of color #D29694: hue angle of 1.94º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29694 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210150148-
CMYK00.290.300.18
HSL1.94º40.79%70.2%-
HSV(B)1.94º29.52%82.35%-
XYZ42.8337.6533.03-
YUV167.71116.88158.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=41.34%
G=29.53%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015014800.290.300.181.9440.7970.2
HexD2969401D1E1222946
Octal3222262240353622251106
Binary1101001010010110100101000111011111010010101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29694; }

 p { color: rgb(210,150,148); }

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

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

 a { background-color: rgb(210,150,148); }

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

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

 span { border-color: rgb(210,150,148); }

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