Shades of Orchid #CC7ADF
Tints of Orchid #CC7ADF
RGB
CMYK
RGB Variations
Color information
#CC7ADF (or 0xCC7ADF) is known color: Orchid. HEX triplet: CC, 7A and DF. RGB value is (204,122,223). Sum of RGB (Red+Green+Blue) = 204+122+223=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7ADF is #338520. Grayscale: #9D9D9D. Windows color (decimal): -3376417 or 14645964. OLE color: 14645964.
HSL color Cylindrical-coordinate representation of color #CC7ADF: hue angle of 288.71º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7ADF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 122 | 223 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 288.71º | 0.61% | 0.68% | - |
| HSV(B) | 288.71º | 0.45% | 0.87% | - |
| XYZ | 45.18 | 32.08 | 73.62 | - |
| YUV | 158.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 223 | 0.09 | 0.45 | 0 | 0.13 | 288.71 | 0.61 | 0.68 |
| Hex | CC | 7A | DF | 9 | 2D | 0 | D | 121 | 3D | 44 |
| Octal | 314 | 172 | 337 | 11 | 55 | 0 | 15 | 441 | 75 | 104 |
| Binary | 11001100 | 1111010 | 11011111 | 1001 | 101101 | 0 | 1101 | 100100001 | 111101 | 1000100 |
Color Harmonies of #CC7ADF
Complementary color
Monochromatic Colors of #CC7ADF
Black with #CC7ADF
Text Example
Text Example
White with #CC7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7ADF; }
p { color: rgb(204,122,223); }
H1.HeaderClassName
{
color: #CC7ADF;
}
.AnyTagClassName
{
color: #CC7ADF;
}
</style>
background-color css
<style>
a { background-color: #CC7ADF; }
a { background-color: rgb(204,122,223); }
div.DivClassName
{
background-color: #CC7ADF;
}
.BgClassName
{
background-color: #CC7ADF;
}
</style>
border-color css
<style>
span { border-color: #CC7ADF; }
span { border-color: rgb(204,122,223); }
td.TdClassName
{
border-color: #CC7ADF;
}
.TagClassName
{
border-color: #CC7ADF;
}
</style>