Shades of Petite Orchid #CF9993
Tints of Petite Orchid #CF9993
RGB
CMYK
RGB Variations
Color information
#CF9993 (or 0xCF9993) is known color: Petite Orchid. HEX triplet: CF, 99 and 93. RGB value is (207,153,147). Sum of RGB (Red+Green+Blue) = 207+153+147=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9993 is #30666C. Grayscale: #A8A8A8. Windows color (decimal): -3171949 or 9673167. OLE color: 9673167.
HSL color Cylindrical-coordinate representation of color #CF9993: hue angle of 6º degrees, saturation: 0.38, 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 #CF9993 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 147 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.19 |
| HSL | 6º | 0.38% | 0.69% | - |
| HSV(B) | 6º | 0.29% | 0.81% | - |
| XYZ | 42.39 | 38.15 | 32.73 | - |
| YUV | 168.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 147 | 0 | 0.26 | 0.29 | 0.19 | 6 | 0.38 | 0.69 |
| Hex | CF | 99 | 93 | 0 | 1A | 1D | 13 | 6 | 26 | 45 |
| Octal | 317 | 231 | 223 | 0 | 32 | 35 | 23 | 6 | 46 | 105 |
| Binary | 11001111 | 10011001 | 10010011 | 0 | 11010 | 11101 | 10011 | 110 | 100110 | 1000101 |
Color Harmonies of #CF9993
Complementary color
Monochromatic Colors of #CF9993
Black with #CF9993
Text Example
Text Example
White with #CF9993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9993; }
p { color: rgb(207,153,147); }
H1.HeaderClassName
{
color: #CF9993;
}
.AnyTagClassName
{
color: #CF9993;
}
</style>
background-color css
<style>
a { background-color: #CF9993; }
a { background-color: rgb(207,153,147); }
div.DivClassName
{
background-color: #CF9993;
}
.BgClassName
{
background-color: #CF9993;
}
</style>
border-color css
<style>
span { border-color: #CF9993; }
span { border-color: rgb(207,153,147); }
td.TdClassName
{
border-color: #CF9993;
}
.TagClassName
{
border-color: #CF9993;
}
</style>