Shades of Orchid #CC73CB
Tints of Orchid #CC73CB
RGB
CMYK
RGB Variations
Color information
#CC73CB (or 0xCC73CB) is known color: Orchid. HEX triplet: CC, 73 and CB. RGB value is (204,115,203). Sum of RGB (Red+Green+Blue) = 204+115+203=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73CB is #338C34. Grayscale: #979797. Windows color (decimal): -3378229 or 13333452. OLE color: 13333452.
HSL color Cylindrical-coordinate representation of color #CC73CB: hue angle of 300.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC73CB is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 203 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.2 |
| HSL | 300.67º | 0.47% | 0.63% | - |
| HSV(B) | 300.67º | 0.44% | 0.8% | - |
| XYZ | 41.81 | 29.41 | 59.97 | - |
| YUV | 151.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 203 | 0 | 0.44 | 0.00 | 0.2 | 300.67 | 0.47 | 0.63 |
| Hex | CC | 73 | CB | 0 | 2C | 0 | 14 | 12D | 2F | 3F |
| Octal | 314 | 163 | 313 | 0 | 54 | 0 | 24 | 455 | 57 | 77 |
| Binary | 11001100 | 1110011 | 11001011 | 0 | 101100 | 0 | 10100 | 100101101 | 101111 | 111111 |
Color Harmonies of #CC73CB
Complementary color
Monochromatic Colors of #CC73CB
Black with #CC73CB
Text Example
Text Example
White with #CC73CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73CB; }
p { color: rgb(204,115,203); }
H1.HeaderClassName
{
color: #CC73CB;
}
.AnyTagClassName
{
color: #CC73CB;
}
</style>
background-color css
<style>
a { background-color: #CC73CB; }
a { background-color: rgb(204,115,203); }
div.DivClassName
{
background-color: #CC73CB;
}
.BgClassName
{
background-color: #CC73CB;
}
</style>
border-color css
<style>
span { border-color: #CC73CB; }
span { border-color: rgb(204,115,203); }
td.TdClassName
{
border-color: #CC73CB;
}
.TagClassName
{
border-color: #CC73CB;
}
</style>