Shades of Orchid #CC73DC
Tints of Orchid #CC73DC
RGB
CMYK
RGB Variations
Color information
#CC73DC (or 0xCC73DC) is known color: Orchid. HEX triplet: CC, 73 and DC. RGB value is (204,115,220). Sum of RGB (Red+Green+Blue) = 204+115+220=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC73DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73DC is #338C23. Grayscale: #999999. Windows color (decimal): -3378212 or 14447564. OLE color: 14447564.
HSL color Cylindrical-coordinate representation of color #CC73DC: hue angle of 290.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC73DC is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 115 | 220 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.14 |
| HSL | 290.86º | 0.6% | 0.66% | - |
| HSV(B) | 290.86º | 0.48% | 0.86% | - |
| XYZ | 43.95 | 30.27 | 71.24 | - |
| YUV | 153.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 220 | 0.07 | 0.48 | 0 | 0.14 | 290.86 | 0.6 | 0.66 |
| Hex | CC | 73 | DC | 7 | 30 | 0 | E | 123 | 3C | 42 |
| Octal | 314 | 163 | 334 | 7 | 60 | 0 | 16 | 443 | 74 | 102 |
| Binary | 11001100 | 1110011 | 11011100 | 111 | 110000 | 0 | 1110 | 100100011 | 111100 | 1000010 |
Color Harmonies of #CC73DC
Complementary color
Monochromatic Colors of #CC73DC
Black with #CC73DC
Text Example
Text Example
White with #CC73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73DC; }
p { color: rgb(204,115,220); }
H1.HeaderClassName
{
color: #CC73DC;
}
.AnyTagClassName
{
color: #CC73DC;
}
</style>
background-color css
<style>
a { background-color: #CC73DC; }
a { background-color: rgb(204,115,220); }
div.DivClassName
{
background-color: #CC73DC;
}
.BgClassName
{
background-color: #CC73DC;
}
</style>
border-color css
<style>
span { border-color: #CC73DC; }
span { border-color: rgb(204,115,220); }
td.TdClassName
{
border-color: #CC73DC;
}
.TagClassName
{
border-color: #CC73DC;
}
</style>