Shades of Petite Orchid #CF9392
Tints of Petite Orchid #CF9392
RGB
CMYK
RGB Variations
Color information
#CF9392 (or 0xCF9392) is known color: Petite Orchid. HEX triplet: CF, 93 and 92. RGB value is (207,147,146). Sum of RGB (Red+Green+Blue) = 207+147+146=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9392 is #306C6D. Grayscale: #A4A4A4. Windows color (decimal): -3173486 or 9606095. OLE color: 9606095.
HSL color Cylindrical-coordinate representation of color #CF9392: hue angle of 0.98º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9392 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 146 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.19 |
| HSL | 0.98º | 0.39% | 0.69% | - |
| HSV(B) | 0.98º | 0.29% | 0.81% | - |
| XYZ | 41.35 | 36.21 | 32 | - |
| YUV | 164.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 146 | 0 | 0.29 | 0.29 | 0.19 | 0.98 | 0.39 | 0.69 |
| Hex | CF | 93 | 92 | 0 | 1D | 1D | 13 | 1 | 27 | 45 |
| Octal | 317 | 223 | 222 | 0 | 35 | 35 | 23 | 1 | 47 | 105 |
| Binary | 11001111 | 10010011 | 10010010 | 0 | 11101 | 11101 | 10011 | 1 | 100111 | 1000101 |
Color Harmonies of #CF9392
Complementary color
Monochromatic Colors of #CF9392
Black with #CF9392
Text Example
Text Example
White with #CF9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9392; }
p { color: rgb(207,147,146); }
H1.HeaderClassName
{
color: #CF9392;
}
.AnyTagClassName
{
color: #CF9392;
}
</style>
background-color css
<style>
a { background-color: #CF9392; }
a { background-color: rgb(207,147,146); }
div.DivClassName
{
background-color: #CF9392;
}
.BgClassName
{
background-color: #CF9392;
}
</style>
border-color css
<style>
span { border-color: #CF9392; }
span { border-color: rgb(207,147,146); }
td.TdClassName
{
border-color: #CF9392;
}
.TagClassName
{
border-color: #CF9392;
}
</style>