Shades of Orchid #CF80DC
Tints of Orchid #CF80DC
RGB
CMYK
RGB Variations
Color information
#CF80DC (or 0xCF80DC) is known color: Orchid. HEX triplet: CF, 80 and DC. RGB value is (207,128,220). Sum of RGB (Red+Green+Blue) = 207+128+220=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80DC is #307F23. Grayscale: #A1A1A1. Windows color (decimal): -3178276 or 14450895. OLE color: 14450895.
HSL color Cylindrical-coordinate representation of color #CF80DC: hue angle of 291.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF80DC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 128 | 220 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.14 |
| HSL | 291.52º | 0.57% | 0.68% | - |
| HSV(B) | 291.52º | 0.42% | 0.86% | - |
| XYZ | 46.37 | 33.87 | 71.8 | - |
| YUV | 162.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 220 | 0.06 | 0.42 | 0 | 0.14 | 291.52 | 0.57 | 0.68 |
| Hex | CF | 80 | DC | 6 | 2A | 0 | E | 124 | 39 | 44 |
| Octal | 317 | 200 | 334 | 6 | 52 | 0 | 16 | 444 | 71 | 104 |
| Binary | 11001111 | 10000000 | 11011100 | 110 | 101010 | 0 | 1110 | 100100100 | 111001 | 1000100 |
Color Harmonies of #CF80DC
Complementary color
Monochromatic Colors of #CF80DC
Black with #CF80DC
Text Example
Text Example
White with #CF80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80DC; }
p { color: rgb(207,128,220); }
H1.HeaderClassName
{
color: #CF80DC;
}
.AnyTagClassName
{
color: #CF80DC;
}
</style>
background-color css
<style>
a { background-color: #CF80DC; }
a { background-color: rgb(207,128,220); }
div.DivClassName
{
background-color: #CF80DC;
}
.BgClassName
{
background-color: #CF80DC;
}
</style>
border-color css
<style>
span { border-color: #CF80DC; }
span { border-color: rgb(207,128,220); }
td.TdClassName
{
border-color: #CF80DC;
}
.TagClassName
{
border-color: #CF80DC;
}
</style>