Shades of Orchid #CC78DD
Tints of Orchid #CC78DD
RGB
CMYK
RGB Variations
Color information
#CC78DD (or 0xCC78DD) is known color: Orchid. HEX triplet: CC, 78 and DD. RGB value is (204,120,221). Sum of RGB (Red+Green+Blue) = 204+120+221=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78DD is #338722. Grayscale: #9C9C9C. Windows color (decimal): -3376931 or 14514380. OLE color: 14514380.
HSL color Cylindrical-coordinate representation of color #CC78DD: hue angle of 289.9º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC78DD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 120 | 221 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.13 |
| HSL | 289.9º | 0.6% | 0.67% | - |
| HSV(B) | 289.9º | 0.46% | 0.87% | - |
| XYZ | 44.67 | 31.49 | 72.13 | - |
| YUV | 156.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 221 | 0.08 | 0.46 | 0 | 0.13 | 289.9 | 0.6 | 0.67 |
| Hex | CC | 78 | DD | 8 | 2E | 0 | D | 122 | 3C | 43 |
| Octal | 314 | 170 | 335 | 10 | 56 | 0 | 15 | 442 | 74 | 103 |
| Binary | 11001100 | 1111000 | 11011101 | 1000 | 101110 | 0 | 1101 | 100100010 | 111100 | 1000011 |
Color Harmonies of #CC78DD
Complementary color
Monochromatic Colors of #CC78DD
Black with #CC78DD
Text Example
Text Example
White with #CC78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78DD; }
p { color: rgb(204,120,221); }
H1.HeaderClassName
{
color: #CC78DD;
}
.AnyTagClassName
{
color: #CC78DD;
}
</style>
background-color css
<style>
a { background-color: #CC78DD; }
a { background-color: rgb(204,120,221); }
div.DivClassName
{
background-color: #CC78DD;
}
.BgClassName
{
background-color: #CC78DD;
}
</style>
border-color css
<style>
span { border-color: #CC78DD; }
span { border-color: rgb(204,120,221); }
td.TdClassName
{
border-color: #CC78DD;
}
.TagClassName
{
border-color: #CC78DD;
}
</style>