Shades of Orchid #CC71D6
Tints of Orchid #CC71D6
RGB
CMYK
RGB Variations
Color information
#CC71D6 (or 0xCC71D6) is known color: Orchid. HEX triplet: CC, 71 and D6. RGB value is (204,113,214). Sum of RGB (Red+Green+Blue) = 204+113+214=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC71D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71D6 is #338E29. Grayscale: #979797. Windows color (decimal): -3378730 or 14053836. OLE color: 14053836.
HSL color Cylindrical-coordinate representation of color #CC71D6: hue angle of 294.06º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC71D6 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 113 | 214 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.16 |
| HSL | 294.06º | 0.55% | 0.64% | - |
| HSV(B) | 294.06º | 0.47% | 0.84% | - |
| XYZ | 42.94 | 29.5 | 67.05 | - |
| YUV | 151.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 214 | 0.05 | 0.47 | 0 | 0.16 | 294.06 | 0.55 | 0.64 |
| Hex | CC | 71 | D6 | 5 | 2F | 0 | 10 | 126 | 37 | 40 |
| Octal | 314 | 161 | 326 | 5 | 57 | 0 | 20 | 446 | 67 | 100 |
| Binary | 11001100 | 1110001 | 11010110 | 101 | 101111 | 0 | 10000 | 100100110 | 110111 | 1000000 |
Color Harmonies of #CC71D6
Complementary color
Monochromatic Colors of #CC71D6
Black with #CC71D6
Text Example
Text Example
White with #CC71D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71D6; }
p { color: rgb(204,113,214); }
H1.HeaderClassName
{
color: #CC71D6;
}
.AnyTagClassName
{
color: #CC71D6;
}
</style>
background-color css
<style>
a { background-color: #CC71D6; }
a { background-color: rgb(204,113,214); }
div.DivClassName
{
background-color: #CC71D6;
}
.BgClassName
{
background-color: #CC71D6;
}
</style>
border-color css
<style>
span { border-color: #CC71D6; }
span { border-color: rgb(204,113,214); }
td.TdClassName
{
border-color: #CC71D6;
}
.TagClassName
{
border-color: #CC71D6;
}
</style>