Shades of Orchid #CC71DC
Tints of Orchid #CC71DC
RGB
CMYK
RGB Variations
Color information
#CC71DC (or 0xCC71DC) is known color: Orchid. HEX triplet: CC, 71 and DC. RGB value is (204,113,220). Sum of RGB (Red+Green+Blue) = 204+113+220=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71DC is #338E23. Grayscale: #989898. Windows color (decimal): -3378724 or 14447052. OLE color: 14447052.
HSL color Cylindrical-coordinate representation of color #CC71DC: hue angle of 291.03º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC71DC is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 113 | 220 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.14 |
| HSL | 291.03º | 0.6% | 0.65% | - |
| HSV(B) | 291.03º | 0.49% | 0.86% | - |
| XYZ | 43.73 | 29.81 | 71.16 | - |
| YUV | 152.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 220 | 0.07 | 0.49 | 0 | 0.14 | 291.03 | 0.6 | 0.65 |
| Hex | CC | 71 | DC | 7 | 31 | 0 | E | 123 | 3C | 41 |
| Octal | 314 | 161 | 334 | 7 | 61 | 0 | 16 | 443 | 74 | 101 |
| Binary | 11001100 | 1110001 | 11011100 | 111 | 110001 | 0 | 1110 | 100100011 | 111100 | 1000001 |
Color Harmonies of #CC71DC
Complementary color
Monochromatic Colors of #CC71DC
Black with #CC71DC
Text Example
Text Example
White with #CC71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71DC; }
p { color: rgb(204,113,220); }
H1.HeaderClassName
{
color: #CC71DC;
}
.AnyTagClassName
{
color: #CC71DC;
}
</style>
background-color css
<style>
a { background-color: #CC71DC; }
a { background-color: rgb(204,113,220); }
div.DivClassName
{
background-color: #CC71DC;
}
.BgClassName
{
background-color: #CC71DC;
}
</style>
border-color css
<style>
span { border-color: #CC71DC; }
span { border-color: rgb(204,113,220); }
td.TdClassName
{
border-color: #CC71DC;
}
.TagClassName
{
border-color: #CC71DC;
}
</style>