Shades of Orchid #CC7CC5
Tints of Orchid #CC7CC5
RGB
CMYK
RGB Variations
Color information
#CC7CC5 (or 0xCC7CC5) is known color: Orchid. HEX triplet: CC, 7C and C5. RGB value is (204,124,197). Sum of RGB (Red+Green+Blue) = 204+124+197=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CC5 is #33833A. Grayscale: #9C9C9C. Windows color (decimal): -3375931 or 12942540. OLE color: 12942540.
HSL color Cylindrical-coordinate representation of color #CC7CC5: hue angle of 305.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7CC5 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 197 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.2 |
| HSL | 305.25º | 0.44% | 0.64% | - |
| HSV(B) | 305.25º | 0.39% | 0.8% | - |
| XYZ | 42.19 | 31.28 | 56.64 | - |
| YUV | 156.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 197 | 0 | 0.39 | 0.03 | 0.2 | 305.25 | 0.44 | 0.64 |
| Hex | CC | 7C | C5 | 0 | 27 | 3 | 14 | 131 | 2C | 40 |
| Octal | 314 | 174 | 305 | 0 | 47 | 3 | 24 | 461 | 54 | 100 |
| Binary | 11001100 | 1111100 | 11000101 | 0 | 100111 | 11 | 10100 | 100110001 | 101100 | 1000000 |
Color Harmonies of #CC7CC5
Complementary color
Monochromatic Colors of #CC7CC5
Black with #CC7CC5
Text Example
Text Example
White with #CC7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CC5; }
p { color: rgb(204,124,197); }
H1.HeaderClassName
{
color: #CC7CC5;
}
.AnyTagClassName
{
color: #CC7CC5;
}
</style>
background-color css
<style>
a { background-color: #CC7CC5; }
a { background-color: rgb(204,124,197); }
div.DivClassName
{
background-color: #CC7CC5;
}
.BgClassName
{
background-color: #CC7CC5;
}
</style>
border-color css
<style>
span { border-color: #CC7CC5; }
span { border-color: rgb(204,124,197); }
td.TdClassName
{
border-color: #CC7CC5;
}
.TagClassName
{
border-color: #CC7CC5;
}
</style>