Shades of Orchid #CC71CB
Tints of Orchid #CC71CB
RGB
CMYK
RGB Variations
Color information
#CC71CB (or 0xCC71CB) is known color: Orchid. HEX triplet: CC, 71 and CB. RGB value is (204,113,203). Sum of RGB (Red+Green+Blue) = 204+113+203=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71CB is #338E34. Grayscale: #969696. Windows color (decimal): -3378741 or 13332940. OLE color: 13332940.
HSL color Cylindrical-coordinate representation of color #CC71CB: hue angle of 300.66º 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 #CC71CB is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 203 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.2 |
| HSL | 300.66º | 0.47% | 0.62% | - |
| HSV(B) | 300.66º | 0.45% | 0.8% | - |
| XYZ | 41.59 | 28.96 | 59.9 | - |
| YUV | 150.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 203 | 0 | 0.45 | 0.00 | 0.2 | 300.66 | 0.47 | 0.62 |
| Hex | CC | 71 | CB | 0 | 2D | 0 | 14 | 12D | 2F | 3E |
| Octal | 314 | 161 | 313 | 0 | 55 | 0 | 24 | 455 | 57 | 76 |
| Binary | 11001100 | 1110001 | 11001011 | 0 | 101101 | 0 | 10100 | 100101101 | 101111 | 111110 |
Color Harmonies of #CC71CB
Complementary color
Monochromatic Colors of #CC71CB
Black with #CC71CB
Text Example
Text Example
White with #CC71CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71CB; }
p { color: rgb(204,113,203); }
H1.HeaderClassName
{
color: #CC71CB;
}
.AnyTagClassName
{
color: #CC71CB;
}
</style>
background-color css
<style>
a { background-color: #CC71CB; }
a { background-color: rgb(204,113,203); }
div.DivClassName
{
background-color: #CC71CB;
}
.BgClassName
{
background-color: #CC71CB;
}
</style>
border-color css
<style>
span { border-color: #CC71CB; }
span { border-color: rgb(204,113,203); }
td.TdClassName
{
border-color: #CC71CB;
}
.TagClassName
{
border-color: #CC71CB;
}
</style>