Shades of Petite Orchid #CC9997
Tints of Petite Orchid #CC9997
RGB
CMYK
RGB Variations
Color information
#CC9997 (or 0xCC9997) is known color: Petite Orchid. HEX triplet: CC, 99 and 97. RGB value is (204,153,151). Sum of RGB (Red+Green+Blue) = 204+153+151=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9997 is #336668. Grayscale: #A8A8A8. Windows color (decimal): -3368553 or 9935308. OLE color: 9935308.
HSL color Cylindrical-coordinate representation of color #CC9997: hue angle of 2.26º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC9997 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 151 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.2 |
| HSL | 2.26º | 0.34% | 0.7% | - |
| HSV(B) | 2.26º | 0.26% | 0.8% | - |
| XYZ | 41.88 | 37.85 | 34.38 | - |
| YUV | 168.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 151 | 0 | 0.25 | 0.26 | 0.2 | 2.26 | 0.34 | 0.7 |
| Hex | CC | 99 | 97 | 0 | 19 | 1A | 14 | 2 | 22 | 46 |
| Octal | 314 | 231 | 227 | 0 | 31 | 32 | 24 | 2 | 42 | 106 |
| Binary | 11001100 | 10011001 | 10010111 | 0 | 11001 | 11010 | 10100 | 10 | 100010 | 1000110 |
Color Harmonies of #CC9997
Complementary color
Monochromatic Colors of #CC9997
Black with #CC9997
Text Example
Text Example
White with #CC9997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9997; }
p { color: rgb(204,153,151); }
H1.HeaderClassName
{
color: #CC9997;
}
.AnyTagClassName
{
color: #CC9997;
}
</style>
background-color css
<style>
a { background-color: #CC9997; }
a { background-color: rgb(204,153,151); }
div.DivClassName
{
background-color: #CC9997;
}
.BgClassName
{
background-color: #CC9997;
}
</style>
border-color css
<style>
span { border-color: #CC9997; }
span { border-color: rgb(204,153,151); }
td.TdClassName
{
border-color: #CC9997;
}
.TagClassName
{
border-color: #CC9997;
}
</style>