Shades of Orchid #CC73D1
Tints of Orchid #CC73D1
RGB
CMYK
RGB Variations
Color information
#CC73D1 (or 0xCC73D1) is known color: Orchid. HEX triplet: CC, 73 and D1. RGB value is (204,115,209). Sum of RGB (Red+Green+Blue) = 204+115+209=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73D1 is #338C2E. Grayscale: #989898. Windows color (decimal): -3378223 or 13726668. OLE color: 13726668.
HSL color Cylindrical-coordinate representation of color #CC73D1: hue angle of 296.81º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC73D1 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 115 | 209 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.18 |
| HSL | 296.81º | 0.51% | 0.64% | - |
| HSV(B) | 296.81º | 0.45% | 0.82% | - |
| XYZ | 42.54 | 29.7 | 63.81 | - |
| YUV | 152.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 209 | 0.02 | 0.45 | 0 | 0.18 | 296.81 | 0.51 | 0.64 |
| Hex | CC | 73 | D1 | 2 | 2D | 0 | 12 | 129 | 33 | 40 |
| Octal | 314 | 163 | 321 | 2 | 55 | 0 | 22 | 451 | 63 | 100 |
| Binary | 11001100 | 1110011 | 11010001 | 10 | 101101 | 0 | 10010 | 100101001 | 110011 | 1000000 |
Color Harmonies of #CC73D1
Complementary color
Monochromatic Colors of #CC73D1
Black with #CC73D1
Text Example
Text Example
White with #CC73D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73D1; }
p { color: rgb(204,115,209); }
H1.HeaderClassName
{
color: #CC73D1;
}
.AnyTagClassName
{
color: #CC73D1;
}
</style>
background-color css
<style>
a { background-color: #CC73D1; }
a { background-color: rgb(204,115,209); }
div.DivClassName
{
background-color: #CC73D1;
}
.BgClassName
{
background-color: #CC73D1;
}
</style>
border-color css
<style>
span { border-color: #CC73D1; }
span { border-color: rgb(204,115,209); }
td.TdClassName
{
border-color: #CC73D1;
}
.TagClassName
{
border-color: #CC73D1;
}
</style>