Shades of Medium Orchid #CF55D8
Tints of Medium Orchid #CF55D8
RGB
CMYK
RGB Variations
Color information
#CF55D8 (or 0xCF55D8) is known color: Medium Orchid. HEX triplet: CF, 55 and D8. RGB value is (207,85,216). Sum of RGB (Red+Green+Blue) = 207+85+216=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF55D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55D8 is #30AA27. Grayscale: #888888. Windows color (decimal): -3189288 or 14177743. OLE color: 14177743.
HSL color Cylindrical-coordinate representation of color #CF55D8: hue angle of 295.88º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF55D8 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 85 | 216 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.15 |
| HSL | 295.88º | 0.63% | 0.59% | - |
| HSV(B) | 295.88º | 0.61% | 0.85% | - |
| XYZ | 41.38 | 24.72 | 67.56 | - |
| YUV | 136.41 | 172.92 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 216 | 0.04 | 0.61 | 0 | 0.15 | 295.88 | 0.63 | 0.59 |
| Hex | CF | 55 | D8 | 4 | 3D | 0 | F | 128 | 3F | 3B |
| Octal | 317 | 125 | 330 | 4 | 75 | 0 | 17 | 450 | 77 | 73 |
| Binary | 11001111 | 1010101 | 11011000 | 100 | 111101 | 0 | 1111 | 100101000 | 111111 | 111011 |
Color Harmonies of #CF55D8
Complementary color
Monochromatic Colors of #CF55D8
Black with #CF55D8
Text Example
Text Example
White with #CF55D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55D8; }
p { color: rgb(207,85,216); }
H1.HeaderClassName
{
color: #CF55D8;
}
.AnyTagClassName
{
color: #CF55D8;
}
</style>
background-color css
<style>
a { background-color: #CF55D8; }
a { background-color: rgb(207,85,216); }
div.DivClassName
{
background-color: #CF55D8;
}
.BgClassName
{
background-color: #CF55D8;
}
</style>
border-color css
<style>
span { border-color: #CF55D8; }
span { border-color: rgb(207,85,216); }
td.TdClassName
{
border-color: #CF55D8;
}
.TagClassName
{
border-color: #CF55D8;
}
</style>