Shades of Orchid #CC78CC
Tints of Orchid #CC78CC
RGB
CMYK
RGB Variations
Color information
#CC78CC (or 0xCC78CC) is known color: Orchid. HEX triplet: CC, 78 and CC. RGB value is (204,120,204). Sum of RGB (Red+Green+Blue) = 204+120+204=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC78CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78CC is #338733. Grayscale: #9A9A9A. Windows color (decimal): -3376948 or 13400268. OLE color: 13400268.
HSL color Cylindrical-coordinate representation of color #CC78CC: hue angle of 300º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC78CC is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 204 | - |
| CMYK | 0 | 0.41 | 0 | 0.2 |
| HSL | 300º | 0.45% | 0.64% | - |
| HSV(B) | 300º | 0.41% | 0.8% | - |
| XYZ | 42.52 | 30.63 | 60.8 | - |
| YUV | 154.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 204 | 0 | 0.41 | 0 | 0.2 | 300 | 0.45 | 0.64 |
| Hex | CC | 78 | CC | 0 | 29 | 0 | 14 | 12C | 2D | 40 |
| Octal | 314 | 170 | 314 | 0 | 51 | 0 | 24 | 454 | 55 | 100 |
| Binary | 11001100 | 1111000 | 11001100 | 0 | 101001 | 0 | 10100 | 100101100 | 101101 | 1000000 |
Color Harmonies of #CC78CC
Complementary color
Monochromatic Colors of #CC78CC
Black with #CC78CC
Text Example
Text Example
White with #CC78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78CC; }
p { color: rgb(204,120,204); }
H1.HeaderClassName
{
color: #CC78CC;
}
.AnyTagClassName
{
color: #CC78CC;
}
</style>
background-color css
<style>
a { background-color: #CC78CC; }
a { background-color: rgb(204,120,204); }
div.DivClassName
{
background-color: #CC78CC;
}
.BgClassName
{
background-color: #CC78CC;
}
</style>
border-color css
<style>
span { border-color: #CC78CC; }
span { border-color: rgb(204,120,204); }
td.TdClassName
{
border-color: #CC78CC;
}
.TagClassName
{
border-color: #CC78CC;
}
</style>