Shades of Medium Orchid #CF54DC
Tints of Medium Orchid #CF54DC
RGB
CMYK
RGB Variations
Color information
#CF54DC (or 0xCF54DC) is known color: Medium Orchid. HEX triplet: CF, 54 and DC. RGB value is (207,84,220). Sum of RGB (Red+Green+Blue) = 207+84+220=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF54DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54DC is #30AB23. Grayscale: #878787. Windows color (decimal): -3189540 or 14439631. OLE color: 14439631.
HSL color Cylindrical-coordinate representation of color #CF54DC: hue angle of 294.26º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF54DC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 84 | 220 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.14 |
| HSL | 294.26º | 0.66% | 0.6% | - |
| HSV(B) | 294.26º | 0.62% | 0.86% | - |
| XYZ | 41.82 | 24.77 | 70.29 | - |
| YUV | 136.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 220 | 0.06 | 0.62 | 0 | 0.14 | 294.26 | 0.66 | 0.6 |
| Hex | CF | 54 | DC | 6 | 3E | 0 | E | 126 | 42 | 3C |
| Octal | 317 | 124 | 334 | 6 | 76 | 0 | 16 | 446 | 102 | 74 |
| Binary | 11001111 | 1010100 | 11011100 | 110 | 111110 | 0 | 1110 | 100100110 | 1000010 | 111100 |
Color Harmonies of #CF54DC
Complementary color
Monochromatic Colors of #CF54DC
Black with #CF54DC
Text Example
Text Example
White with #CF54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54DC; }
p { color: rgb(207,84,220); }
H1.HeaderClassName
{
color: #CF54DC;
}
.AnyTagClassName
{
color: #CF54DC;
}
</style>
background-color css
<style>
a { background-color: #CF54DC; }
a { background-color: rgb(207,84,220); }
div.DivClassName
{
background-color: #CF54DC;
}
.BgClassName
{
background-color: #CF54DC;
}
</style>
border-color css
<style>
span { border-color: #CF54DC; }
span { border-color: rgb(207,84,220); }
td.TdClassName
{
border-color: #CF54DC;
}
.TagClassName
{
border-color: #CF54DC;
}
</style>