Shades of Orchid #CF85DC
Tints of Orchid #CF85DC
RGB
CMYK
RGB Variations
Color information
#CF85DC (or 0xCF85DC) is known color: Orchid. HEX triplet: CF, 85 and DC. RGB value is (207,133,220). Sum of RGB (Red+Green+Blue) = 207+133+220=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85DC is #307A23. Grayscale: #A4A4A4. Windows color (decimal): -3176996 or 14452175. OLE color: 14452175.
HSL color Cylindrical-coordinate representation of color #CF85DC: hue angle of 291.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF85DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 133 | 220 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.14 |
| HSL | 291.03º | 0.55% | 0.69% | - |
| HSV(B) | 291.03º | 0.4% | 0.86% | - |
| XYZ | 47.04 | 35.21 | 72.03 | - |
| YUV | 165.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 220 | 0.06 | 0.40 | 0 | 0.14 | 291.03 | 0.55 | 0.69 |
| Hex | CF | 85 | DC | 6 | 28 | 0 | E | 123 | 37 | 45 |
| Octal | 317 | 205 | 334 | 6 | 50 | 0 | 16 | 443 | 67 | 105 |
| Binary | 11001111 | 10000101 | 11011100 | 110 | 101000 | 0 | 1110 | 100100011 | 110111 | 1000101 |
Color Harmonies of #CF85DC
Complementary color
Monochromatic Colors of #CF85DC
Black with #CF85DC
Text Example
Text Example
White with #CF85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85DC; }
p { color: rgb(207,133,220); }
H1.HeaderClassName
{
color: #CF85DC;
}
.AnyTagClassName
{
color: #CF85DC;
}
</style>
background-color css
<style>
a { background-color: #CF85DC; }
a { background-color: rgb(207,133,220); }
div.DivClassName
{
background-color: #CF85DC;
}
.BgClassName
{
background-color: #CF85DC;
}
</style>
border-color css
<style>
span { border-color: #CF85DC; }
span { border-color: rgb(207,133,220); }
td.TdClassName
{
border-color: #CF85DC;
}
.TagClassName
{
border-color: #CF85DC;
}
</style>