Shades of Orchid #CC78BD
Tints of Orchid #CC78BD
RGB
CMYK
RGB Variations
Color information
#CC78BD (or 0xCC78BD) is known color: Orchid. HEX triplet: CC, 78 and BD. RGB value is (204,120,189). Sum of RGB (Red+Green+Blue) = 204+120+189=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78BD is #338742. Grayscale: #989898. Windows color (decimal): -3376963 or 12417228. OLE color: 12417228.
HSL color Cylindrical-coordinate representation of color #CC78BD: hue angle of 310.71º 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 #CC78BD is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 189 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.2 |
| HSL | 310.71º | 0.45% | 0.64% | - |
| HSV(B) | 310.71º | 0.41% | 0.8% | - |
| XYZ | 40.8 | 29.94 | 51.77 | - |
| YUV | 152.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 189 | 0 | 0.41 | 0.07 | 0.2 | 310.71 | 0.45 | 0.64 |
| Hex | CC | 78 | BD | 0 | 29 | 7 | 14 | 137 | 2D | 40 |
| Octal | 314 | 170 | 275 | 0 | 51 | 7 | 24 | 467 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10111101 | 0 | 101001 | 111 | 10100 | 100110111 | 101101 | 1000000 |
Color Harmonies of #CC78BD
Complementary color
Monochromatic Colors of #CC78BD
Black with #CC78BD
Text Example
Text Example
White with #CC78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78BD; }
p { color: rgb(204,120,189); }
H1.HeaderClassName
{
color: #CC78BD;
}
.AnyTagClassName
{
color: #CC78BD;
}
</style>
background-color css
<style>
a { background-color: #CC78BD; }
a { background-color: rgb(204,120,189); }
div.DivClassName
{
background-color: #CC78BD;
}
.BgClassName
{
background-color: #CC78BD;
}
</style>
border-color css
<style>
span { border-color: #CC78BD; }
span { border-color: rgb(204,120,189); }
td.TdClassName
{
border-color: #CC78BD;
}
.TagClassName
{
border-color: #CC78BD;
}
</style>