Shades of Orchid #CF80BD
Tints of Orchid #CF80BD
RGB
CMYK
RGB Variations
Color information
#CF80BD (or 0xCF80BD) is known color: Orchid. HEX triplet: CF, 80 and BD. RGB value is (207,128,189). Sum of RGB (Red+Green+Blue) = 207+128+189=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF80BD is #307F42. Grayscale: #9E9E9E. Windows color (decimal): -3178307 or 12419279. OLE color: 12419279.
HSL color Cylindrical-coordinate representation of color #CF80BD: hue angle of 313.67º 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 #CF80BD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 189 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.19 |
| HSL | 313.67º | 0.45% | 0.66% | - |
| HSV(B) | 313.67º | 0.38% | 0.81% | - |
| XYZ | 42.64 | 32.38 | 52.15 | - |
| YUV | 158.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 189 | 0 | 0.38 | 0.09 | 0.19 | 313.67 | 0.45 | 0.66 |
| Hex | CF | 80 | BD | 0 | 26 | 9 | 13 | 13A | 2D | 42 |
| Octal | 317 | 200 | 275 | 0 | 46 | 11 | 23 | 472 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10111101 | 0 | 100110 | 1001 | 10011 | 100111010 | 101101 | 1000010 |
Color Harmonies of #CF80BD
Complementary color
Monochromatic Colors of #CF80BD
Black with #CF80BD
Text Example
Text Example
White with #CF80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF80BD; }
p { color: rgb(207,128,189); }
H1.HeaderClassName
{
color: #CF80BD;
}
.AnyTagClassName
{
color: #CF80BD;
}
</style>
background-color css
<style>
a { background-color: #CF80BD; }
a { background-color: rgb(207,128,189); }
div.DivClassName
{
background-color: #CF80BD;
}
.BgClassName
{
background-color: #CF80BD;
}
</style>
border-color css
<style>
span { border-color: #CF80BD; }
span { border-color: rgb(207,128,189); }
td.TdClassName
{
border-color: #CF80BD;
}
.TagClassName
{
border-color: #CF80BD;
}
</style>