Shades of Orchid #CC7FDC
Tints of Orchid #CC7FDC
RGB
CMYK
RGB Variations
Color information
#CC7FDC (or 0xCC7FDC) is known color: Orchid. HEX triplet: CC, 7F and DC. RGB value is (204,127,220). Sum of RGB (Red+Green+Blue) = 204+127+220=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDC is #338023. Grayscale: #A0A0A0. Windows color (decimal): -3375140 or 14450636. OLE color: 14450636.
HSL color Cylindrical-coordinate representation of color #CC7FDC: hue angle of 289.68º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC7FDC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 127 | 220 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.14 |
| HSL | 289.68º | 0.57% | 0.68% | - |
| HSV(B) | 289.68º | 0.42% | 0.86% | - |
| XYZ | 45.41 | 33.18 | 71.72 | - |
| YUV | 160.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 220 | 0.07 | 0.42 | 0 | 0.14 | 289.68 | 0.57 | 0.68 |
| Hex | CC | 7F | DC | 7 | 2A | 0 | E | 122 | 39 | 44 |
| Octal | 314 | 177 | 334 | 7 | 52 | 0 | 16 | 442 | 71 | 104 |
| Binary | 11001100 | 1111111 | 11011100 | 111 | 101010 | 0 | 1110 | 100100010 | 111001 | 1000100 |
Color Harmonies of #CC7FDC
Complementary color
Monochromatic Colors of #CC7FDC
Black with #CC7FDC
Text Example
Text Example
White with #CC7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FDC; }
p { color: rgb(204,127,220); }
H1.HeaderClassName
{
color: #CC7FDC;
}
.AnyTagClassName
{
color: #CC7FDC;
}
</style>
background-color css
<style>
a { background-color: #CC7FDC; }
a { background-color: rgb(204,127,220); }
div.DivClassName
{
background-color: #CC7FDC;
}
.BgClassName
{
background-color: #CC7FDC;
}
</style>
border-color css
<style>
span { border-color: #CC7FDC; }
span { border-color: rgb(204,127,220); }
td.TdClassName
{
border-color: #CC7FDC;
}
.TagClassName
{
border-color: #CC7FDC;
}
</style>