Shades of Orchid #CC73DD
Tints of Orchid #CC73DD
RGB
CMYK
RGB Variations
Color information
#CC73DD (or 0xCC73DD) is known color: Orchid. HEX triplet: CC, 73 and DD. RGB value is (204,115,221). Sum of RGB (Red+Green+Blue) = 204+115+221=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC73DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73DD is #338C22. Grayscale: #999999. Windows color (decimal): -3378211 or 14513100. OLE color: 14513100.
HSL color Cylindrical-coordinate representation of color #CC73DD: hue angle of 290.38º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC73DD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 115 | 221 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.13 |
| HSL | 290.38º | 0.61% | 0.66% | - |
| HSV(B) | 290.38º | 0.48% | 0.87% | - |
| XYZ | 44.08 | 30.32 | 71.94 | - |
| YUV | 153.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 221 | 0.08 | 0.48 | 0 | 0.13 | 290.38 | 0.61 | 0.66 |
| Hex | CC | 73 | DD | 8 | 30 | 0 | D | 122 | 3D | 42 |
| Octal | 314 | 163 | 335 | 10 | 60 | 0 | 15 | 442 | 75 | 102 |
| Binary | 11001100 | 1110011 | 11011101 | 1000 | 110000 | 0 | 1101 | 100100010 | 111101 | 1000010 |
Color Harmonies of #CC73DD
Complementary color
Monochromatic Colors of #CC73DD
Black with #CC73DD
Text Example
Text Example
White with #CC73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73DD; }
p { color: rgb(204,115,221); }
H1.HeaderClassName
{
color: #CC73DD;
}
.AnyTagClassName
{
color: #CC73DD;
}
</style>
background-color css
<style>
a { background-color: #CC73DD; }
a { background-color: rgb(204,115,221); }
div.DivClassName
{
background-color: #CC73DD;
}
.BgClassName
{
background-color: #CC73DD;
}
</style>
border-color css
<style>
span { border-color: #CC73DD; }
span { border-color: rgb(204,115,221); }
td.TdClassName
{
border-color: #CC73DD;
}
.TagClassName
{
border-color: #CC73DD;
}
</style>