Shades of Orchid #CC7CDF
Tints of Orchid #CC7CDF
RGB
CMYK
RGB Variations
Color information
#CC7CDF (or 0xCC7CDF) is known color: Orchid. HEX triplet: CC, 7C and DF. RGB value is (204,124,223). Sum of RGB (Red+Green+Blue) = 204+124+223=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CDF is #338320. Grayscale: #9E9E9E. Windows color (decimal): -3375905 or 14646476. OLE color: 14646476.
HSL color Cylindrical-coordinate representation of color #CC7CDF: hue angle of 288.48º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7CDF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 124 | 223 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.13 |
| HSL | 288.48º | 0.61% | 0.68% | - |
| HSV(B) | 288.48º | 0.44% | 0.87% | - |
| XYZ | 45.43 | 32.58 | 73.71 | - |
| YUV | 159.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 223 | 0.09 | 0.44 | 0 | 0.13 | 288.48 | 0.61 | 0.68 |
| Hex | CC | 7C | DF | 9 | 2C | 0 | D | 120 | 3D | 44 |
| Octal | 314 | 174 | 337 | 11 | 54 | 0 | 15 | 440 | 75 | 104 |
| Binary | 11001100 | 1111100 | 11011111 | 1001 | 101100 | 0 | 1101 | 100100000 | 111101 | 1000100 |
Color Harmonies of #CC7CDF
Complementary color
Monochromatic Colors of #CC7CDF
Black with #CC7CDF
Text Example
Text Example
White with #CC7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CDF; }
p { color: rgb(204,124,223); }
H1.HeaderClassName
{
color: #CC7CDF;
}
.AnyTagClassName
{
color: #CC7CDF;
}
</style>
background-color css
<style>
a { background-color: #CC7CDF; }
a { background-color: rgb(204,124,223); }
div.DivClassName
{
background-color: #CC7CDF;
}
.BgClassName
{
background-color: #CC7CDF;
}
</style>
border-color css
<style>
span { border-color: #CC7CDF; }
span { border-color: rgb(204,124,223); }
td.TdClassName
{
border-color: #CC7CDF;
}
.TagClassName
{
border-color: #CC7CDF;
}
</style>