Shades of Petite Orchid #CC9999
Tints of Petite Orchid #CC9999
RGB
CMYK
RGB Variations
Color information
#CC9999 (or 0xCC9999) is known color: Petite Orchid. HEX triplet: CC, 99 and 99. RGB value is (204,153,153). Sum of RGB (Red+Green+Blue) = 204+153+153=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9999 is a web safe color. Inversed color of #CC9999 is #336666. Grayscale: #A8A8A8. Windows color (decimal): -3368551 or 10066380. OLE color: 10066380.
HSL color Cylindrical-coordinate representation of color #CC9999: hue angle of 0º degrees, saturation: 0.33, 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 #CC9999 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 153 | 153 | - |
CMYK | 0 | 0.25 | 0.25 | 0.2 |
HSL | 0º | 0.33% | 0.7% | - |
HSV(B) | 0º | 0.25% | 0.8% | - |
XYZ | 42.04 | 37.92 | 35.24 | - |
YUV | 168.25 | 119.4 | 153.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 153 | 153 | 0 | 0.25 | 0.25 | 0.2 | 0 | 0.33 | 0.7 |
Hex | CC | 99 | 99 | 0 | 19 | 19 | 14 | 0 | 21 | 46 |
Octal | 314 | 231 | 231 | 0 | 31 | 31 | 24 | 0 | 41 | 106 |
Binary | 11001100 | 10011001 | 10011001 | 0 | 11001 | 11001 | 10100 | 0 | 100001 | 1000110 |
Color Harmonies of #CC9999
Complementary color
Monochromatic Colors of #CC9999
Black with #CC9999
Text Example
Text Example
White with #CC9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9999; }
p { color: rgb(204,153,153); }
H1.HeaderClassName
{
color: #CC9999;
}
.AnyTagClassName
{
color: #CC9999;
}
</style>
background-color css
<style>
a { background-color: #CC9999; }
a { background-color: rgb(204,153,153); }
div.DivClassName
{
background-color: #CC9999;
}
.BgClassName
{
background-color: #CC9999;
}
</style>
border-color css
<style>
span { border-color: #CC9999; }
span { border-color: rgb(204,153,153); }
td.TdClassName
{
border-color: #CC9999;
}
.TagClassName
{
border-color: #CC9999;
}
</style>