Shades of Orchid #CC71D0
Tints of Orchid #CC71D0
RGB
CMYK
RGB Variations
Color information
#CC71D0 (or 0xCC71D0) is known color: Orchid. HEX triplet: CC, 71 and D0. RGB value is (204,113,208). Sum of RGB (Red+Green+Blue) = 204+113+208=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71D0 is #338E2F. Grayscale: #969696. Windows color (decimal): -3378736 or 13660620. OLE color: 13660620.
HSL color Cylindrical-coordinate representation of color #CC71D0: hue angle of 297.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC71D0 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 113 | 208 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.18 |
| HSL | 297.47º | 0.5% | 0.63% | - |
| HSV(B) | 297.47º | 0.46% | 0.82% | - |
| XYZ | 42.19 | 29.2 | 63.09 | - |
| YUV | 151.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 208 | 0.02 | 0.46 | 0 | 0.18 | 297.47 | 0.5 | 0.63 |
| Hex | CC | 71 | D0 | 2 | 2E | 0 | 12 | 129 | 32 | 3F |
| Octal | 314 | 161 | 320 | 2 | 56 | 0 | 22 | 451 | 62 | 77 |
| Binary | 11001100 | 1110001 | 11010000 | 10 | 101110 | 0 | 10010 | 100101001 | 110010 | 111111 |
Color Harmonies of #CC71D0
Complementary color
Monochromatic Colors of #CC71D0
Black with #CC71D0
Text Example
Text Example
White with #CC71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71D0; }
p { color: rgb(204,113,208); }
H1.HeaderClassName
{
color: #CC71D0;
}
.AnyTagClassName
{
color: #CC71D0;
}
</style>
background-color css
<style>
a { background-color: #CC71D0; }
a { background-color: rgb(204,113,208); }
div.DivClassName
{
background-color: #CC71D0;
}
.BgClassName
{
background-color: #CC71D0;
}
</style>
border-color css
<style>
span { border-color: #CC71D0; }
span { border-color: rgb(204,113,208); }
td.TdClassName
{
border-color: #CC71D0;
}
.TagClassName
{
border-color: #CC71D0;
}
</style>