Shades of Orchid #CF80CD
Tints of Orchid #CF80CD
RGB
CMYK
RGB Variations
Color information
#CF80CD (or 0xCF80CD) is known color: Orchid. HEX triplet: CF, 80 and CD. RGB value is (207,128,205). Sum of RGB (Red+Green+Blue) = 207+128+205=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80CD is #307F32. Grayscale: #A0A0A0. Windows color (decimal): -3178291 or 13467855. OLE color: 13467855.
HSL color Cylindrical-coordinate representation of color #CF80CD: hue angle of 301.52º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF80CD is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 205 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.19 |
| HSL | 301.52º | 0.45% | 0.66% | - |
| HSV(B) | 301.52º | 0.38% | 0.81% | - |
| XYZ | 44.47 | 33.11 | 61.8 | - |
| YUV | 160.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 205 | 0 | 0.38 | 0.01 | 0.19 | 301.52 | 0.45 | 0.66 |
| Hex | CF | 80 | CD | 0 | 26 | 1 | 13 | 12E | 2D | 42 |
| Octal | 317 | 200 | 315 | 0 | 46 | 1 | 23 | 456 | 55 | 102 |
| Binary | 11001111 | 10000000 | 11001101 | 0 | 100110 | 1 | 10011 | 100101110 | 101101 | 1000010 |
Color Harmonies of #CF80CD
Complementary color
Monochromatic Colors of #CF80CD
Black with #CF80CD
Text Example
Text Example
White with #CF80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80CD; }
p { color: rgb(207,128,205); }
H1.HeaderClassName
{
color: #CF80CD;
}
.AnyTagClassName
{
color: #CF80CD;
}
</style>
background-color css
<style>
a { background-color: #CF80CD; }
a { background-color: rgb(207,128,205); }
div.DivClassName
{
background-color: #CF80CD;
}
.BgClassName
{
background-color: #CF80CD;
}
</style>
border-color css
<style>
span { border-color: #CF80CD; }
span { border-color: rgb(207,128,205); }
td.TdClassName
{
border-color: #CF80CD;
}
.TagClassName
{
border-color: #CF80CD;
}
</style>