Shades of Orchid #CC71B7
Tints of Orchid #CC71B7
RGB
CMYK
RGB Variations
Color information
#CC71B7 (or 0xCC71B7) is known color: Orchid. HEX triplet: CC, 71 and B7. RGB value is (204,113,183). Sum of RGB (Red+Green+Blue) = 204+113+183=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71B7 is #338E48. Grayscale: #949494. Windows color (decimal): -3378761 or 12022220. OLE color: 12022220.
HSL color Cylindrical-coordinate representation of color #CC71B7: hue angle of 313.85º 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 #CC71B7 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 183 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.2 |
| HSL | 313.85º | 0.47% | 0.62% | - |
| HSV(B) | 313.85º | 0.45% | 0.8% | - |
| XYZ | 39.35 | 28.07 | 48.14 | - |
| YUV | 148.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 183 | 0 | 0.45 | 0.10 | 0.2 | 313.85 | 0.47 | 0.62 |
| Hex | CC | 71 | B7 | 0 | 2D | A | 14 | 13A | 2F | 3E |
| Octal | 314 | 161 | 267 | 0 | 55 | 12 | 24 | 472 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10110111 | 0 | 101101 | 1010 | 10100 | 100111010 | 101111 | 111110 |
Color Harmonies of #CC71B7
Complementary color
Monochromatic Colors of #CC71B7
Black with #CC71B7
Text Example
Text Example
White with #CC71B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71B7; }
p { color: rgb(204,113,183); }
H1.HeaderClassName
{
color: #CC71B7;
}
.AnyTagClassName
{
color: #CC71B7;
}
</style>
background-color css
<style>
a { background-color: #CC71B7; }
a { background-color: rgb(204,113,183); }
div.DivClassName
{
background-color: #CC71B7;
}
.BgClassName
{
background-color: #CC71B7;
}
</style>
border-color css
<style>
span { border-color: #CC71B7; }
span { border-color: rgb(204,113,183); }
td.TdClassName
{
border-color: #CC71B7;
}
.TagClassName
{
border-color: #CC71B7;
}
</style>