Shades of Orchid #CC78CF
Tints of Orchid #CC78CF
RGB
CMYK
RGB Variations
Color information
#CC78CF (or 0xCC78CF) is known color: Orchid. HEX triplet: CC, 78 and CF. RGB value is (204,120,207). Sum of RGB (Red+Green+Blue) = 204+120+207=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78CF is #338730. Grayscale: #9A9A9A. Windows color (decimal): -3376945 or 13596876. OLE color: 13596876.
HSL color Cylindrical-coordinate representation of color #CC78CF: hue angle of 297.93º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC78CF is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 120 | 207 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.19 |
| HSL | 297.93º | 0.48% | 0.64% | - |
| HSV(B) | 297.93º | 0.42% | 0.81% | - |
| XYZ | 42.88 | 30.78 | 62.71 | - |
| YUV | 155.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 207 | 0.01 | 0.42 | 0 | 0.19 | 297.93 | 0.48 | 0.64 |
| Hex | CC | 78 | CF | 1 | 2A | 0 | 13 | 12A | 30 | 40 |
| Octal | 314 | 170 | 317 | 1 | 52 | 0 | 23 | 452 | 60 | 100 |
| Binary | 11001100 | 1111000 | 11001111 | 1 | 101010 | 0 | 10011 | 100101010 | 110000 | 1000000 |
Color Harmonies of #CC78CF
Complementary color
Monochromatic Colors of #CC78CF
Black with #CC78CF
Text Example
Text Example
White with #CC78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78CF; }
p { color: rgb(204,120,207); }
H1.HeaderClassName
{
color: #CC78CF;
}
.AnyTagClassName
{
color: #CC78CF;
}
</style>
background-color css
<style>
a { background-color: #CC78CF; }
a { background-color: rgb(204,120,207); }
div.DivClassName
{
background-color: #CC78CF;
}
.BgClassName
{
background-color: #CC78CF;
}
</style>
border-color css
<style>
span { border-color: #CC78CF; }
span { border-color: rgb(204,120,207); }
td.TdClassName
{
border-color: #CC78CF;
}
.TagClassName
{
border-color: #CC78CF;
}
</style>