Shades of Orchid #CC73BE
Tints of Orchid #CC73BE
RGB
CMYK
RGB Variations
Color information
#CC73BE (or 0xCC73BE) is known color: Orchid. HEX triplet: CC, 73 and BE. RGB value is (204,115,190). Sum of RGB (Red+Green+Blue) = 204+115+190=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73BE is #338C41. Grayscale: #959595. Windows color (decimal): -3378242 or 12481484. OLE color: 12481484.
HSL color Cylindrical-coordinate representation of color #CC73BE: hue angle of 309.44º 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 #CC73BE is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 190 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.2 |
| HSL | 309.44º | 0.47% | 0.63% | - |
| HSV(B) | 309.44º | 0.44% | 0.8% | - |
| XYZ | 40.33 | 28.82 | 52.15 | - |
| YUV | 150.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 190 | 0 | 0.44 | 0.07 | 0.2 | 309.44 | 0.47 | 0.63 |
| Hex | CC | 73 | BE | 0 | 2C | 7 | 14 | 135 | 2F | 3F |
| Octal | 314 | 163 | 276 | 0 | 54 | 7 | 24 | 465 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10111110 | 0 | 101100 | 111 | 10100 | 100110101 | 101111 | 111111 |
Color Harmonies of #CC73BE
Complementary color
Monochromatic Colors of #CC73BE
Black with #CC73BE
Text Example
Text Example
White with #CC73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73BE; }
p { color: rgb(204,115,190); }
H1.HeaderClassName
{
color: #CC73BE;
}
.AnyTagClassName
{
color: #CC73BE;
}
</style>
background-color css
<style>
a { background-color: #CC73BE; }
a { background-color: rgb(204,115,190); }
div.DivClassName
{
background-color: #CC73BE;
}
.BgClassName
{
background-color: #CC73BE;
}
</style>
border-color css
<style>
span { border-color: #CC73BE; }
span { border-color: rgb(204,115,190); }
td.TdClassName
{
border-color: #CC73BE;
}
.TagClassName
{
border-color: #CC73BE;
}
</style>