Shades of Orchid #CC71C9
Tints of Orchid #CC71C9
RGB
CMYK
RGB Variations
Color information
#CC71C9 (or 0xCC71C9) is known color: Orchid. HEX triplet: CC, 71 and C9. RGB value is (204,113,201). Sum of RGB (Red+Green+Blue) = 204+113+201=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71C9 is #338E36. Grayscale: #959595. Windows color (decimal): -3378743 or 13201868. OLE color: 13201868.
HSL color Cylindrical-coordinate representation of color #CC71C9: hue angle of 301.98º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71C9 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 201 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.2 |
| HSL | 301.98º | 0.47% | 0.62% | - |
| HSV(B) | 301.98º | 0.45% | 0.8% | - |
| XYZ | 41.35 | 28.86 | 58.65 | - |
| YUV | 150.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 201 | 0 | 0.45 | 0.01 | 0.2 | 301.98 | 0.47 | 0.62 |
| Hex | CC | 71 | C9 | 0 | 2D | 1 | 14 | 12E | 2F | 3E |
| Octal | 314 | 161 | 311 | 0 | 55 | 1 | 24 | 456 | 57 | 76 |
| Binary | 11001100 | 1110001 | 11001001 | 0 | 101101 | 1 | 10100 | 100101110 | 101111 | 111110 |
Color Harmonies of #CC71C9
Complementary color
Monochromatic Colors of #CC71C9
Black with #CC71C9
Text Example
Text Example
White with #CC71C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71C9; }
p { color: rgb(204,113,201); }
H1.HeaderClassName
{
color: #CC71C9;
}
.AnyTagClassName
{
color: #CC71C9;
}
</style>
background-color css
<style>
a { background-color: #CC71C9; }
a { background-color: rgb(204,113,201); }
div.DivClassName
{
background-color: #CC71C9;
}
.BgClassName
{
background-color: #CC71C9;
}
</style>
border-color css
<style>
span { border-color: #CC71C9; }
span { border-color: rgb(204,113,201); }
td.TdClassName
{
border-color: #CC71C9;
}
.TagClassName
{
border-color: #CC71C9;
}
</style>