Shades of Orchid #CC71CE
Tints of Orchid #CC71CE
RGB
CMYK
RGB Variations
Color information
#CC71CE (or 0xCC71CE) is known color: Orchid. HEX triplet: CC, 71 and CE. RGB value is (204,113,206). Sum of RGB (Red+Green+Blue) = 204+113+206=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71CE is #338E31. Grayscale: #969696. Windows color (decimal): -3378738 or 13529548. OLE color: 13529548.
HSL color Cylindrical-coordinate representation of color #CC71CE: hue angle of 298.71º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71CE is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 113 | 206 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.19 |
| HSL | 298.71º | 0.49% | 0.63% | - |
| HSV(B) | 298.71º | 0.45% | 0.81% | - |
| XYZ | 41.95 | 29.1 | 61.8 | - |
| YUV | 150.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 206 | 0.01 | 0.45 | 0 | 0.19 | 298.71 | 0.49 | 0.63 |
| Hex | CC | 71 | CE | 1 | 2D | 0 | 13 | 12B | 31 | 3F |
| Octal | 314 | 161 | 316 | 1 | 55 | 0 | 23 | 453 | 61 | 77 |
| Binary | 11001100 | 1110001 | 11001110 | 1 | 101101 | 0 | 10011 | 100101011 | 110001 | 111111 |
Color Harmonies of #CC71CE
Complementary color
Monochromatic Colors of #CC71CE
Black with #CC71CE
Text Example
Text Example
White with #CC71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71CE; }
p { color: rgb(204,113,206); }
H1.HeaderClassName
{
color: #CC71CE;
}
.AnyTagClassName
{
color: #CC71CE;
}
</style>
background-color css
<style>
a { background-color: #CC71CE; }
a { background-color: rgb(204,113,206); }
div.DivClassName
{
background-color: #CC71CE;
}
.BgClassName
{
background-color: #CC71CE;
}
</style>
border-color css
<style>
span { border-color: #CC71CE; }
span { border-color: rgb(204,113,206); }
td.TdClassName
{
border-color: #CC71CE;
}
.TagClassName
{
border-color: #CC71CE;
}
</style>