Shades of Orchid #CF78D4
Tints of Orchid #CF78D4
RGB
CMYK
RGB Variations
Color information
#CF78D4 (or 0xCF78D4) is known color: Orchid. HEX triplet: CF, 78 and D4. RGB value is (207,120,212). Sum of RGB (Red+Green+Blue) = 207+120+212=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF78D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78D4 is #30872B. Grayscale: #9C9C9C. Windows color (decimal): -3180332 or 13924559. OLE color: 13924559.
HSL color Cylindrical-coordinate representation of color #CF78D4: hue angle of 296.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF78D4 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 120 | 212 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.17 |
| HSL | 296.74º | 0.52% | 0.65% | - |
| HSV(B) | 296.74º | 0.43% | 0.83% | - |
| XYZ | 44.33 | 31.45 | 66.02 | - |
| YUV | 156.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 212 | 0.02 | 0.43 | 0 | 0.17 | 296.74 | 0.52 | 0.65 |
| Hex | CF | 78 | D4 | 2 | 2B | 0 | 11 | 129 | 34 | 41 |
| Octal | 317 | 170 | 324 | 2 | 53 | 0 | 21 | 451 | 64 | 101 |
| Binary | 11001111 | 1111000 | 11010100 | 10 | 101011 | 0 | 10001 | 100101001 | 110100 | 1000001 |
Color Harmonies of #CF78D4
Complementary color
Monochromatic Colors of #CF78D4
Black with #CF78D4
Text Example
Text Example
White with #CF78D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78D4; }
p { color: rgb(207,120,212); }
H1.HeaderClassName
{
color: #CF78D4;
}
.AnyTagClassName
{
color: #CF78D4;
}
</style>
background-color css
<style>
a { background-color: #CF78D4; }
a { background-color: rgb(207,120,212); }
div.DivClassName
{
background-color: #CF78D4;
}
.BgClassName
{
background-color: #CF78D4;
}
</style>
border-color css
<style>
span { border-color: #CF78D4; }
span { border-color: rgb(207,120,212); }
td.TdClassName
{
border-color: #CF78D4;
}
.TagClassName
{
border-color: #CF78D4;
}
</style>