Shades of Orchid #CC7FDF
Tints of Orchid #CC7FDF
RGB
CMYK
RGB Variations
Color information
#CC7FDF (or 0xCC7FDF) is known color: Orchid. HEX triplet: CC, 7F and DF. RGB value is (204,127,223). Sum of RGB (Red+Green+Blue) = 204+127+223=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDF is #338020. Grayscale: #A0A0A0. Windows color (decimal): -3375137 or 14647244. OLE color: 14647244.
HSL color Cylindrical-coordinate representation of color #CC7FDF: hue angle of 288.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7FDF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 127 | 223 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.13 |
| HSL | 288.13º | 0.6% | 0.69% | - |
| HSV(B) | 288.13º | 0.43% | 0.87% | - |
| XYZ | 45.81 | 33.34 | 73.83 | - |
| YUV | 160.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 223 | 0.09 | 0.43 | 0 | 0.13 | 288.13 | 0.6 | 0.69 |
| Hex | CC | 7F | DF | 9 | 2B | 0 | D | 120 | 3C | 45 |
| Octal | 314 | 177 | 337 | 11 | 53 | 0 | 15 | 440 | 74 | 105 |
| Binary | 11001100 | 1111111 | 11011111 | 1001 | 101011 | 0 | 1101 | 100100000 | 111100 | 1000101 |
Color Harmonies of #CC7FDF
Complementary color
Monochromatic Colors of #CC7FDF
Black with #CC7FDF
Text Example
Text Example
White with #CC7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FDF; }
p { color: rgb(204,127,223); }
H1.HeaderClassName
{
color: #CC7FDF;
}
.AnyTagClassName
{
color: #CC7FDF;
}
</style>
background-color css
<style>
a { background-color: #CC7FDF; }
a { background-color: rgb(204,127,223); }
div.DivClassName
{
background-color: #CC7FDF;
}
.BgClassName
{
background-color: #CC7FDF;
}
</style>
border-color css
<style>
span { border-color: #CC7FDF; }
span { border-color: rgb(204,127,223); }
td.TdClassName
{
border-color: #CC7FDF;
}
.TagClassName
{
border-color: #CC7FDF;
}
</style>