Shades of Orchid #CC73CC
Tints of Orchid #CC73CC
RGB
CMYK
RGB Variations
Color information
#CC73CC (or 0xCC73CC) is known color: Orchid. HEX triplet: CC, 73 and CC. RGB value is (204,115,204). Sum of RGB (Red+Green+Blue) = 204+115+204=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73CC is #338C33. Grayscale: #979797. Windows color (decimal): -3378228 or 13398988. OLE color: 13398988.
HSL color Cylindrical-coordinate representation of color #CC73CC: hue angle of 300º 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 #CC73CC is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 204 | - |
| CMYK | 0 | 0.44 | 0 | 0.2 |
| HSL | 300º | 0.47% | 0.63% | - |
| HSV(B) | 300º | 0.44% | 0.8% | - |
| XYZ | 41.93 | 29.46 | 60.6 | - |
| YUV | 151.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 204 | 0 | 0.44 | 0 | 0.2 | 300 | 0.47 | 0.63 |
| Hex | CC | 73 | CC | 0 | 2C | 0 | 14 | 12C | 2F | 3F |
| Octal | 314 | 163 | 314 | 0 | 54 | 0 | 24 | 454 | 57 | 77 |
| Binary | 11001100 | 1110011 | 11001100 | 0 | 101100 | 0 | 10100 | 100101100 | 101111 | 111111 |
Color Harmonies of #CC73CC
Complementary color
Monochromatic Colors of #CC73CC
Black with #CC73CC
Text Example
Text Example
White with #CC73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73CC; }
p { color: rgb(204,115,204); }
H1.HeaderClassName
{
color: #CC73CC;
}
.AnyTagClassName
{
color: #CC73CC;
}
</style>
background-color css
<style>
a { background-color: #CC73CC; }
a { background-color: rgb(204,115,204); }
div.DivClassName
{
background-color: #CC73CC;
}
.BgClassName
{
background-color: #CC73CC;
}
</style>
border-color css
<style>
span { border-color: #CC73CC; }
span { border-color: rgb(204,115,204); }
td.TdClassName
{
border-color: #CC73CC;
}
.TagClassName
{
border-color: #CC73CC;
}
</style>