Shades of Orchid #CC73D0
Tints of Orchid #CC73D0
RGB
CMYK
RGB Variations
Color information
#CC73D0 (or 0xCC73D0) is known color: Orchid. HEX triplet: CC, 73 and D0. RGB value is (204,115,208). Sum of RGB (Red+Green+Blue) = 204+115+208=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC73D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73D0 is #338C2F. Grayscale: #979797. Windows color (decimal): -3378224 or 13661132. OLE color: 13661132.
HSL color Cylindrical-coordinate representation of color #CC73D0: hue angle of 297.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC73D0 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 115 | 208 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.18 |
| HSL | 297.42º | 0.5% | 0.63% | - |
| HSV(B) | 297.42º | 0.45% | 0.82% | - |
| XYZ | 42.42 | 29.65 | 63.16 | - |
| YUV | 152.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 208 | 0.02 | 0.45 | 0 | 0.18 | 297.42 | 0.5 | 0.63 |
| Hex | CC | 73 | D0 | 2 | 2D | 0 | 12 | 129 | 32 | 3F |
| Octal | 314 | 163 | 320 | 2 | 55 | 0 | 22 | 451 | 62 | 77 |
| Binary | 11001100 | 1110011 | 11010000 | 10 | 101101 | 0 | 10010 | 100101001 | 110010 | 111111 |
Color Harmonies of #CC73D0
Complementary color
Monochromatic Colors of #CC73D0
Black with #CC73D0
Text Example
Text Example
White with #CC73D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73D0; }
p { color: rgb(204,115,208); }
H1.HeaderClassName
{
color: #CC73D0;
}
.AnyTagClassName
{
color: #CC73D0;
}
</style>
background-color css
<style>
a { background-color: #CC73D0; }
a { background-color: rgb(204,115,208); }
div.DivClassName
{
background-color: #CC73D0;
}
.BgClassName
{
background-color: #CC73D0;
}
</style>
border-color css
<style>
span { border-color: #CC73D0; }
span { border-color: rgb(204,115,208); }
td.TdClassName
{
border-color: #CC73D0;
}
.TagClassName
{
border-color: #CC73D0;
}
</style>