Shades of Orchid #CC73B4
Tints of Orchid #CC73B4
RGB
CMYK
RGB Variations
Color information
#CC73B4 (or 0xCC73B4) is known color: Orchid. HEX triplet: CC, 73 and B4. RGB value is (204,115,180). Sum of RGB (Red+Green+Blue) = 204+115+180=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73B4 is #338C4B. Grayscale: #949494. Windows color (decimal): -3378252 or 11826124. OLE color: 11826124.
HSL color Cylindrical-coordinate representation of color #CC73B4: hue angle of 316.18º 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 #CC73B4 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 180 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.2 |
| HSL | 316.18º | 0.47% | 0.63% | - |
| HSV(B) | 316.18º | 0.44% | 0.8% | - |
| XYZ | 39.27 | 28.39 | 46.59 | - |
| YUV | 149.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 180 | 0 | 0.44 | 0.12 | 0.2 | 316.18 | 0.47 | 0.63 |
| Hex | CC | 73 | B4 | 0 | 2C | C | 14 | 13C | 2F | 3F |
| Octal | 314 | 163 | 264 | 0 | 54 | 14 | 24 | 474 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10110100 | 0 | 101100 | 1100 | 10100 | 100111100 | 101111 | 111111 |
Color Harmonies of #CC73B4
Complementary color
Monochromatic Colors of #CC73B4
Black with #CC73B4
Text Example
Text Example
White with #CC73B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73B4; }
p { color: rgb(204,115,180); }
H1.HeaderClassName
{
color: #CC73B4;
}
.AnyTagClassName
{
color: #CC73B4;
}
</style>
background-color css
<style>
a { background-color: #CC73B4; }
a { background-color: rgb(204,115,180); }
div.DivClassName
{
background-color: #CC73B4;
}
.BgClassName
{
background-color: #CC73B4;
}
</style>
border-color css
<style>
span { border-color: #CC73B4; }
span { border-color: rgb(204,115,180); }
td.TdClassName
{
border-color: #CC73B4;
}
.TagClassName
{
border-color: #CC73B4;
}
</style>