Shades of Petite Orchid #CC9998
Tints of Petite Orchid #CC9998
RGB
CMYK
RGB Variations
Color information
#CC9998 (or 0xCC9998) is known color: Petite Orchid. HEX triplet: CC, 99 and 98. RGB value is (204,153,152). Sum of RGB (Red+Green+Blue) = 204+153+152=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9998 is #336667. Grayscale: #A8A8A8. Windows color (decimal): -3368552 or 10000844. OLE color: 10000844.
HSL color Cylindrical-coordinate representation of color #CC9998: hue angle of 1.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC9998 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 152 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.2 |
| HSL | 1.15º | 0.34% | 0.7% | - |
| HSV(B) | 1.15º | 0.25% | 0.8% | - |
| XYZ | 41.96 | 37.89 | 34.81 | - |
| YUV | 168.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 152 | 0 | 0.25 | 0.25 | 0.2 | 1.15 | 0.34 | 0.7 |
| Hex | CC | 99 | 98 | 0 | 19 | 19 | 14 | 1 | 22 | 46 |
| Octal | 314 | 231 | 230 | 0 | 31 | 31 | 24 | 1 | 42 | 106 |
| Binary | 11001100 | 10011001 | 10011000 | 0 | 11001 | 11001 | 10100 | 1 | 100010 | 1000110 |
Color Harmonies of #CC9998
Complementary color
Monochromatic Colors of #CC9998
Black with #CC9998
Text Example
Text Example
White with #CC9998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9998; }
p { color: rgb(204,153,152); }
H1.HeaderClassName
{
color: #CC9998;
}
.AnyTagClassName
{
color: #CC9998;
}
</style>
background-color css
<style>
a { background-color: #CC9998; }
a { background-color: rgb(204,153,152); }
div.DivClassName
{
background-color: #CC9998;
}
.BgClassName
{
background-color: #CC9998;
}
</style>
border-color css
<style>
span { border-color: #CC9998; }
span { border-color: rgb(204,153,152); }
td.TdClassName
{
border-color: #CC9998;
}
.TagClassName
{
border-color: #CC9998;
}
</style>