Shades of Petite Orchid #CC9593
Tints of Petite Orchid #CC9593
RGB
CMYK
RGB Variations
Color information
#CC9593 (or 0xCC9593) is known color: Petite Orchid. HEX triplet: CC, 95 and 93. RGB value is (204,149,147). Sum of RGB (Red+Green+Blue) = 204+149+147=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9593 is #336A6C. Grayscale: #A5A5A5. Windows color (decimal): -3369581 or 9672140. OLE color: 9672140.
HSL color Cylindrical-coordinate representation of color #CC9593: hue angle of 2.11º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9593 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 147 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.2 |
| HSL | 2.11º | 0.36% | 0.69% | - |
| HSV(B) | 2.11º | 0.28% | 0.8% | - |
| XYZ | 40.92 | 36.44 | 32.48 | - |
| YUV | 165.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 147 | 0 | 0.27 | 0.28 | 0.2 | 2.11 | 0.36 | 0.69 |
| Hex | CC | 95 | 93 | 0 | 1B | 1C | 14 | 2 | 24 | 45 |
| Octal | 314 | 225 | 223 | 0 | 33 | 34 | 24 | 2 | 44 | 105 |
| Binary | 11001100 | 10010101 | 10010011 | 0 | 11011 | 11100 | 10100 | 10 | 100100 | 1000101 |
Color Harmonies of #CC9593
Complementary color
Monochromatic Colors of #CC9593
Black with #CC9593
Text Example
Text Example
White with #CC9593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9593; }
p { color: rgb(204,149,147); }
H1.HeaderClassName
{
color: #CC9593;
}
.AnyTagClassName
{
color: #CC9593;
}
</style>
background-color css
<style>
a { background-color: #CC9593; }
a { background-color: rgb(204,149,147); }
div.DivClassName
{
background-color: #CC9593;
}
.BgClassName
{
background-color: #CC9593;
}
</style>
border-color css
<style>
span { border-color: #CC9593; }
span { border-color: rgb(204,149,147); }
td.TdClassName
{
border-color: #CC9593;
}
.TagClassName
{
border-color: #CC9593;
}
</style>