Shades of Orchid #CC7BC5
Tints of Orchid #CC7BC5
RGB
CMYK
RGB Variations
Color information
#CC7BC5 (or 0xCC7BC5) is known color: Orchid. HEX triplet: CC, 7B and C5. RGB value is (204,123,197). Sum of RGB (Red+Green+Blue) = 204+123+197=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BC5 is #33843A. Grayscale: #9B9B9B. Windows color (decimal): -3376187 or 12942284. OLE color: 12942284.
HSL color Cylindrical-coordinate representation of color #CC7BC5: hue angle of 305.19º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7BC5 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 197 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.2 |
| HSL | 305.19º | 0.44% | 0.64% | - |
| HSV(B) | 305.19º | 0.4% | 0.8% | - |
| XYZ | 42.06 | 31.03 | 56.6 | - |
| YUV | 155.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 197 | 0 | 0.40 | 0.03 | 0.2 | 305.19 | 0.44 | 0.64 |
| Hex | CC | 7B | C5 | 0 | 28 | 3 | 14 | 131 | 2C | 40 |
| Octal | 314 | 173 | 305 | 0 | 50 | 3 | 24 | 461 | 54 | 100 |
| Binary | 11001100 | 1111011 | 11000101 | 0 | 101000 | 11 | 10100 | 100110001 | 101100 | 1000000 |
Color Harmonies of #CC7BC5
Complementary color
Monochromatic Colors of #CC7BC5
Black with #CC7BC5
Text Example
Text Example
White with #CC7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BC5; }
p { color: rgb(204,123,197); }
H1.HeaderClassName
{
color: #CC7BC5;
}
.AnyTagClassName
{
color: #CC7BC5;
}
</style>
background-color css
<style>
a { background-color: #CC7BC5; }
a { background-color: rgb(204,123,197); }
div.DivClassName
{
background-color: #CC7BC5;
}
.BgClassName
{
background-color: #CC7BC5;
}
</style>
border-color css
<style>
span { border-color: #CC7BC5; }
span { border-color: rgb(204,123,197); }
td.TdClassName
{
border-color: #CC7BC5;
}
.TagClassName
{
border-color: #CC7BC5;
}
</style>