Shades of Orchid #CC71B8
Tints of Orchid #CC71B8
RGB
CMYK
RGB Variations
Color information
#CC71B8 (or 0xCC71B8) is known color: Orchid. HEX triplet: CC, 71 and B8. RGB value is (204,113,184). Sum of RGB (Red+Green+Blue) = 204+113+184=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71B8 is #338E47. Grayscale: #949494. Windows color (decimal): -3378760 or 12087756. OLE color: 12087756.
HSL color Cylindrical-coordinate representation of color #CC71B8: hue angle of 313.19º 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 #CC71B8 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 184 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.2 |
| HSL | 313.19º | 0.47% | 0.62% | - |
| HSV(B) | 313.19º | 0.45% | 0.8% | - |
| XYZ | 39.46 | 28.11 | 48.69 | - |
| YUV | 148.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 184 | 0 | 0.45 | 0.10 | 0.2 | 313.19 | 0.47 | 0.62 |
| Hex | CC | 71 | B8 | 0 | 2D | A | 14 | 139 | 2F | 3E |
| Octal | 314 | 161 | 270 | 0 | 55 | 12 | 24 | 471 | 57 | 76 |
| Binary | 11001100 | 1110001 | 10111000 | 0 | 101101 | 1010 | 10100 | 100111001 | 101111 | 111110 |
Color Harmonies of #CC71B8
Complementary color
Monochromatic Colors of #CC71B8
Black with #CC71B8
Text Example
Text Example
White with #CC71B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71B8; }
p { color: rgb(204,113,184); }
H1.HeaderClassName
{
color: #CC71B8;
}
.AnyTagClassName
{
color: #CC71B8;
}
</style>
background-color css
<style>
a { background-color: #CC71B8; }
a { background-color: rgb(204,113,184); }
div.DivClassName
{
background-color: #CC71B8;
}
.BgClassName
{
background-color: #CC71B8;
}
</style>
border-color css
<style>
span { border-color: #CC71B8; }
span { border-color: rgb(204,113,184); }
td.TdClassName
{
border-color: #CC71B8;
}
.TagClassName
{
border-color: #CC71B8;
}
</style>