#D69493

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

Shades of Petite Orchid #D69493

Tints of Petite Orchid #D69493

Color information

#D69493 (or 0xD69493) is unknown color: approx Petite Orchid. HEX triplet: D6, 94 and 93. RGB value is (214,148,147). Sum of RGB (Red+Green+Blue) = 214+148+147=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D69493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69493 is #296B6C. Grayscale: #A7A7A7. Windows color (decimal): -2714477 or 9671894. OLE color: 9671894.

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

Color convert

RGB214148147-
CMYK00.310.310.16
HSL0.9º44.97%70.78%-
HSV(B)0.9º31.31%83.92%-
XYZ43.5937.5832.56-
YUV167.62116.37161.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=42.04%
G=29.08%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414814700.310.310.160.944.9770.78
HexD6949301F1F1012d47
Octal3262242230373720155107
Binary110101101001010010010011011111111111000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69493; }

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

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

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

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

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

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

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

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