Shades of Orchid #CC7BC1
Tints of Orchid #CC7BC1
RGB
CMYK
RGB Variations
Color information
#CC7BC1 (or 0xCC7BC1) is known color: Orchid. HEX triplet: CC, 7B and C1. RGB value is (204,123,193). Sum of RGB (Red+Green+Blue) = 204+123+193=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7BC1 is #33843E. Grayscale: #9A9A9A. Windows color (decimal): -3376191 or 12680140. OLE color: 12680140.
HSL color Cylindrical-coordinate representation of color #CC7BC1: hue angle of 308.15º 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 #CC7BC1 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 193 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.2 |
| HSL | 308.15º | 0.44% | 0.64% | - |
| HSV(B) | 308.15º | 0.4% | 0.8% | - |
| XYZ | 41.61 | 30.85 | 54.21 | - |
| YUV | 155.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 193 | 0 | 0.40 | 0.05 | 0.2 | 308.15 | 0.44 | 0.64 |
| Hex | CC | 7B | C1 | 0 | 28 | 5 | 14 | 134 | 2C | 40 |
| Octal | 314 | 173 | 301 | 0 | 50 | 5 | 24 | 464 | 54 | 100 |
| Binary | 11001100 | 1111011 | 11000001 | 0 | 101000 | 101 | 10100 | 100110100 | 101100 | 1000000 |
Color Harmonies of #CC7BC1
Complementary color
Monochromatic Colors of #CC7BC1
Black with #CC7BC1
Text Example
Text Example
White with #CC7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7BC1; }
p { color: rgb(204,123,193); }
H1.HeaderClassName
{
color: #CC7BC1;
}
.AnyTagClassName
{
color: #CC7BC1;
}
</style>
background-color css
<style>
a { background-color: #CC7BC1; }
a { background-color: rgb(204,123,193); }
div.DivClassName
{
background-color: #CC7BC1;
}
.BgClassName
{
background-color: #CC7BC1;
}
</style>
border-color css
<style>
span { border-color: #CC7BC1; }
span { border-color: rgb(204,123,193); }
td.TdClassName
{
border-color: #CC7BC1;
}
.TagClassName
{
border-color: #CC7BC1;
}
</style>