Shades of Orchid #CC71D9
Tints of Orchid #CC71D9
RGB
CMYK
RGB Variations
Color information
#CC71D9 (or 0xCC71D9) is known color: Orchid. HEX triplet: CC, 71 and D9. RGB value is (204,113,217). Sum of RGB (Red+Green+Blue) = 204+113+217=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC71D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71D9 is #338E26. Grayscale: #979797. Windows color (decimal): -3378727 or 14250444. OLE color: 14250444.
HSL color Cylindrical-coordinate representation of color #CC71D9: hue angle of 292.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC71D9 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 113 | 217 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.15 |
| HSL | 292.5º | 0.58% | 0.65% | - |
| HSV(B) | 292.5º | 0.48% | 0.85% | - |
| XYZ | 43.33 | 29.66 | 69.09 | - |
| YUV | 152.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 217 | 0.06 | 0.48 | 0 | 0.15 | 292.5 | 0.58 | 0.65 |
| Hex | CC | 71 | D9 | 6 | 30 | 0 | F | 124 | 3A | 41 |
| Octal | 314 | 161 | 331 | 6 | 60 | 0 | 17 | 444 | 72 | 101 |
| Binary | 11001100 | 1110001 | 11011001 | 110 | 110000 | 0 | 1111 | 100100100 | 111010 | 1000001 |
Color Harmonies of #CC71D9
Complementary color
Monochromatic Colors of #CC71D9
Black with #CC71D9
Text Example
Text Example
White with #CC71D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71D9; }
p { color: rgb(204,113,217); }
H1.HeaderClassName
{
color: #CC71D9;
}
.AnyTagClassName
{
color: #CC71D9;
}
</style>
background-color css
<style>
a { background-color: #CC71D9; }
a { background-color: rgb(204,113,217); }
div.DivClassName
{
background-color: #CC71D9;
}
.BgClassName
{
background-color: #CC71D9;
}
</style>
border-color css
<style>
span { border-color: #CC71D9; }
span { border-color: rgb(204,113,217); }
td.TdClassName
{
border-color: #CC71D9;
}
.TagClassName
{
border-color: #CC71D9;
}
</style>