Shades of Orchid #CC7CCF
Tints of Orchid #CC7CCF
RGB
CMYK
RGB Variations
Color information
#CC7CCF (or 0xCC7CCF) is known color: Orchid. HEX triplet: CC, 7C and CF. RGB value is (204,124,207). Sum of RGB (Red+Green+Blue) = 204+124+207=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CCF is #338330. Grayscale: #9D9D9D. Windows color (decimal): -3375921 or 13597900. OLE color: 13597900.
HSL color Cylindrical-coordinate representation of color #CC7CCF: hue angle of 297.83º 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 #CC7CCF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 124 | 207 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.19 |
| HSL | 297.83º | 0.46% | 0.65% | - |
| HSV(B) | 297.83º | 0.4% | 0.81% | - |
| XYZ | 43.37 | 31.76 | 62.88 | - |
| YUV | 157.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 207 | 0.01 | 0.40 | 0 | 0.19 | 297.83 | 0.46 | 0.65 |
| Hex | CC | 7C | CF | 1 | 28 | 0 | 13 | 12A | 2E | 41 |
| Octal | 314 | 174 | 317 | 1 | 50 | 0 | 23 | 452 | 56 | 101 |
| Binary | 11001100 | 1111100 | 11001111 | 1 | 101000 | 0 | 10011 | 100101010 | 101110 | 1000001 |
Color Harmonies of #CC7CCF
Complementary color
Monochromatic Colors of #CC7CCF
Black with #CC7CCF
Text Example
Text Example
White with #CC7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7CCF; }
p { color: rgb(204,124,207); }
H1.HeaderClassName
{
color: #CC7CCF;
}
.AnyTagClassName
{
color: #CC7CCF;
}
</style>
background-color css
<style>
a { background-color: #CC7CCF; }
a { background-color: rgb(204,124,207); }
div.DivClassName
{
background-color: #CC7CCF;
}
.BgClassName
{
background-color: #CC7CCF;
}
</style>
border-color css
<style>
span { border-color: #CC7CCF; }
span { border-color: rgb(204,124,207); }
td.TdClassName
{
border-color: #CC7CCF;
}
.TagClassName
{
border-color: #CC7CCF;
}
</style>