Shades of Medium Orchid #CB5FDC
Tints of Medium Orchid #CB5FDC
RGB
CMYK
RGB Variations
Color information
#CB5FDC (or 0xCB5FDC) is known color: Medium Orchid. HEX triplet: CB, 5F and DC. RGB value is (203,95,220). Sum of RGB (Red+Green+Blue) = 203+95+220=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FDC is #34A023. Grayscale: #8D8D8D. Windows color (decimal): -3448868 or 14442443. OLE color: 14442443.
HSL color Cylindrical-coordinate representation of color #CB5FDC: hue angle of 291.84º 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 #CB5FDC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 95 | 220 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.14 |
| HSL | 291.84º | 0.64% | 0.62% | - |
| HSV(B) | 291.84º | 0.57% | 0.86% | - |
| XYZ | 41.64 | 26.05 | 70.54 | - |
| YUV | 141.54 | 172.28 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 220 | 0.08 | 0.57 | 0 | 0.14 | 291.84 | 0.64 | 0.62 |
| Hex | CB | 5F | DC | 8 | 39 | 0 | E | 124 | 40 | 3E |
| Octal | 313 | 137 | 334 | 10 | 71 | 0 | 16 | 444 | 100 | 76 |
| Binary | 11001011 | 1011111 | 11011100 | 1000 | 111001 | 0 | 1110 | 100100100 | 1000000 | 111110 |
Color Harmonies of #CB5FDC
Complementary color
Monochromatic Colors of #CB5FDC
Black with #CB5FDC
Text Example
Text Example
White with #CB5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5FDC; }
p { color: rgb(203,95,220); }
H1.HeaderClassName
{
color: #CB5FDC;
}
.AnyTagClassName
{
color: #CB5FDC;
}
</style>
background-color css
<style>
a { background-color: #CB5FDC; }
a { background-color: rgb(203,95,220); }
div.DivClassName
{
background-color: #CB5FDC;
}
.BgClassName
{
background-color: #CB5FDC;
}
</style>
border-color css
<style>
span { border-color: #CB5FDC; }
span { border-color: rgb(203,95,220); }
td.TdClassName
{
border-color: #CB5FDC;
}
.TagClassName
{
border-color: #CB5FDC;
}
</style>