Shades of Orchid #CF5FDC
Tints of Orchid #CF5FDC
RGB
CMYK
RGB Variations
Color information
#CF5FDC (or 0xCF5FDC) is known color: Orchid. HEX triplet: CF, 5F and DC. RGB value is (207,95,220). Sum of RGB (Red+Green+Blue) = 207+95+220=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FDC is #30A023. Grayscale: #8E8E8E. Windows color (decimal): -3186724 or 14442447. OLE color: 14442447.
HSL color Cylindrical-coordinate representation of color #CF5FDC: hue angle of 293.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5FDC is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 95 | 220 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.14 |
| HSL | 293.76º | 0.64% | 0.62% | - |
| HSV(B) | 293.76º | 0.57% | 0.86% | - |
| XYZ | 42.74 | 26.62 | 70.59 | - |
| YUV | 142.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 220 | 0.06 | 0.57 | 0 | 0.14 | 293.76 | 0.64 | 0.62 |
| Hex | CF | 5F | DC | 6 | 39 | 0 | E | 126 | 40 | 3E |
| Octal | 317 | 137 | 334 | 6 | 71 | 0 | 16 | 446 | 100 | 76 |
| Binary | 11001111 | 1011111 | 11011100 | 110 | 111001 | 0 | 1110 | 100100110 | 1000000 | 111110 |
Color Harmonies of #CF5FDC
Complementary color
Monochromatic Colors of #CF5FDC
Black with #CF5FDC
Text Example
Text Example
White with #CF5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FDC; }
p { color: rgb(207,95,220); }
H1.HeaderClassName
{
color: #CF5FDC;
}
.AnyTagClassName
{
color: #CF5FDC;
}
</style>
background-color css
<style>
a { background-color: #CF5FDC; }
a { background-color: rgb(207,95,220); }
div.DivClassName
{
background-color: #CF5FDC;
}
.BgClassName
{
background-color: #CF5FDC;
}
</style>
border-color css
<style>
span { border-color: #CF5FDC; }
span { border-color: rgb(207,95,220); }
td.TdClassName
{
border-color: #CF5FDC;
}
.TagClassName
{
border-color: #CF5FDC;
}
</style>