Shades of Medium Orchid #CB50DC
Tints of Medium Orchid #CB50DC
RGB
CMYK
RGB Variations
Color information
#CB50DC (or 0xCB50DC) is known color: Medium Orchid. HEX triplet: CB, 50 and DC. RGB value is (203,80,220). Sum of RGB (Red+Green+Blue) = 203+80+220=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB50DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50DC is #34AF23. Grayscale: #848484. Windows color (decimal): -3452708 or 14438603. OLE color: 14438603.
HSL color Cylindrical-coordinate representation of color #CB50DC: hue angle of 292.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB50DC is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 80 | 220 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.14 |
| HSL | 292.71º | 0.67% | 0.59% | - |
| HSV(B) | 292.71º | 0.64% | 0.86% | - |
| XYZ | 40.42 | 23.6 | 70.14 | - |
| YUV | 132.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 220 | 0.08 | 0.64 | 0 | 0.14 | 292.71 | 0.67 | 0.59 |
| Hex | CB | 50 | DC | 8 | 40 | 0 | E | 125 | 43 | 3B |
| Octal | 313 | 120 | 334 | 10 | 100 | 0 | 16 | 445 | 103 | 73 |
| Binary | 11001011 | 1010000 | 11011100 | 1000 | 1000000 | 0 | 1110 | 100100101 | 1000011 | 111011 |
Color Harmonies of #CB50DC
Complementary color
Monochromatic Colors of #CB50DC
Black with #CB50DC
Text Example
Text Example
White with #CB50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50DC; }
p { color: rgb(203,80,220); }
H1.HeaderClassName
{
color: #CB50DC;
}
.AnyTagClassName
{
color: #CB50DC;
}
</style>
background-color css
<style>
a { background-color: #CB50DC; }
a { background-color: rgb(203,80,220); }
div.DivClassName
{
background-color: #CB50DC;
}
.BgClassName
{
background-color: #CB50DC;
}
</style>
border-color css
<style>
span { border-color: #CB50DC; }
span { border-color: rgb(203,80,220); }
td.TdClassName
{
border-color: #CB50DC;
}
.TagClassName
{
border-color: #CB50DC;
}
</style>