Shades of Petite Orchid #D6918A
Tints of Petite Orchid #D6918A
RGB
CMYK
RGB Variations
Color information
#D6918A (or 0xD6918A) is known color: Petite Orchid. HEX triplet: D6, 91 and 8A. RGB value is (214,145,138). Sum of RGB (Red+Green+Blue) = 214+145+138=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6918A is #296E75. Grayscale: #A4A4A4. Windows color (decimal): -2715254 or 9081302. OLE color: 9081302.
HSL color Cylindrical-coordinate representation of color #D6918A: hue angle of 5.53º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6918A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 138 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.16 |
| HSL | 5.53º | 0.48% | 0.69% | - |
| HSV(B) | 5.53º | 0.36% | 0.84% | - |
| XYZ | 42.44 | 36.38 | 28.83 | - |
| YUV | 164.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 138 | 0 | 0.32 | 0.36 | 0.16 | 5.53 | 0.48 | 0.69 |
| Hex | D6 | 91 | 8A | 0 | 20 | 24 | 10 | 6 | 30 | 45 |
| Octal | 326 | 221 | 212 | 0 | 40 | 44 | 20 | 6 | 60 | 105 |
| Binary | 11010110 | 10010001 | 10001010 | 0 | 100000 | 100100 | 10000 | 110 | 110000 | 1000101 |
Color Harmonies of #D6918A
Complementary color
Monochromatic Colors of #D6918A
Black with #D6918A
Text Example
Text Example
White with #D6918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6918A; }
p { color: rgb(214,145,138); }
H1.HeaderClassName
{
color: #D6918A;
}
.AnyTagClassName
{
color: #D6918A;
}
</style>
background-color css
<style>
a { background-color: #D6918A; }
a { background-color: rgb(214,145,138); }
div.DivClassName
{
background-color: #D6918A;
}
.BgClassName
{
background-color: #D6918A;
}
</style>
border-color css
<style>
span { border-color: #D6918A; }
span { border-color: rgb(214,145,138); }
td.TdClassName
{
border-color: #D6918A;
}
.TagClassName
{
border-color: #D6918A;
}
</style>