Shades of Orchid #CC73BF
Tints of Orchid #CC73BF
RGB
CMYK
RGB Variations
Color information
#CC73BF (or 0xCC73BF) is known color: Orchid. HEX triplet: CC, 73 and BF. RGB value is (204,115,191). Sum of RGB (Red+Green+Blue) = 204+115+191=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73BF is #338C40. Grayscale: #969696. Windows color (decimal): -3378241 or 12547020. OLE color: 12547020.
HSL color Cylindrical-coordinate representation of color #CC73BF: hue angle of 308.76º 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 #CC73BF is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 191 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.2 |
| HSL | 308.76º | 0.47% | 0.63% | - |
| HSV(B) | 308.76º | 0.44% | 0.8% | - |
| XYZ | 40.44 | 28.86 | 52.73 | - |
| YUV | 150.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 191 | 0 | 0.44 | 0.06 | 0.2 | 308.76 | 0.47 | 0.63 |
| Hex | CC | 73 | BF | 0 | 2C | 6 | 14 | 135 | 2F | 3F |
| Octal | 314 | 163 | 277 | 0 | 54 | 6 | 24 | 465 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10111111 | 0 | 101100 | 110 | 10100 | 100110101 | 101111 | 111111 |
Color Harmonies of #CC73BF
Complementary color
Monochromatic Colors of #CC73BF
Black with #CC73BF
Text Example
Text Example
White with #CC73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73BF; }
p { color: rgb(204,115,191); }
H1.HeaderClassName
{
color: #CC73BF;
}
.AnyTagClassName
{
color: #CC73BF;
}
</style>
background-color css
<style>
a { background-color: #CC73BF; }
a { background-color: rgb(204,115,191); }
div.DivClassName
{
background-color: #CC73BF;
}
.BgClassName
{
background-color: #CC73BF;
}
</style>
border-color css
<style>
span { border-color: #CC73BF; }
span { border-color: rgb(204,115,191); }
td.TdClassName
{
border-color: #CC73BF;
}
.TagClassName
{
border-color: #CC73BF;
}
</style>