Shades of Orchid #CC7CCE
Tints of Orchid #CC7CCE
RGB
CMYK
RGB Variations
Color information
#CC7CCE (or 0xCC7CCE) is known color: Orchid. HEX triplet: CC, 7C and CE. RGB value is (204,124,206). Sum of RGB (Red+Green+Blue) = 204+124+206=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CCE is #338331. Grayscale: #9D9D9D. Windows color (decimal): -3375922 or 13532364. OLE color: 13532364.
HSL color Cylindrical-coordinate representation of color #CC7CCE: hue angle of 298.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7CCE is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 124 | 206 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.19 |
| HSL | 298.54º | 0.46% | 0.65% | - |
| HSV(B) | 298.54º | 0.4% | 0.81% | - |
| XYZ | 43.25 | 31.71 | 62.23 | - |
| YUV | 157.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 206 | 0.01 | 0.40 | 0 | 0.19 | 298.54 | 0.46 | 0.65 |
| Hex | CC | 7C | CE | 1 | 28 | 0 | 13 | 12B | 2E | 41 |
| Octal | 314 | 174 | 316 | 1 | 50 | 0 | 23 | 453 | 56 | 101 |
| Binary | 11001100 | 1111100 | 11001110 | 1 | 101000 | 0 | 10011 | 100101011 | 101110 | 1000001 |
Color Harmonies of #CC7CCE
Complementary color
Monochromatic Colors of #CC7CCE
Black with #CC7CCE
Text Example
Text Example
White with #CC7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CCE; }
p { color: rgb(204,124,206); }
H1.HeaderClassName
{
color: #CC7CCE;
}
.AnyTagClassName
{
color: #CC7CCE;
}
</style>
background-color css
<style>
a { background-color: #CC7CCE; }
a { background-color: rgb(204,124,206); }
div.DivClassName
{
background-color: #CC7CCE;
}
.BgClassName
{
background-color: #CC7CCE;
}
</style>
border-color css
<style>
span { border-color: #CC7CCE; }
span { border-color: rgb(204,124,206); }
td.TdClassName
{
border-color: #CC7CCE;
}
.TagClassName
{
border-color: #CC7CCE;
}
</style>