Shades of Medium Orchid #CB50DA
Tints of Medium Orchid #CB50DA
RGB
CMYK
RGB Variations
Color information
#CB50DA (or 0xCB50DA) is known color: Medium Orchid. HEX triplet: CB, 50 and DA. RGB value is (203,80,218). Sum of RGB (Red+Green+Blue) = 203+80+218=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50DA is #34AF25. Grayscale: #848484. Windows color (decimal): -3452710 or 14307531. OLE color: 14307531.
HSL color Cylindrical-coordinate representation of color #CB50DA: hue angle of 293.48º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB50DA is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 80 | 218 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.15 |
| HSL | 293.48º | 0.65% | 0.58% | - |
| HSV(B) | 293.48º | 0.63% | 0.85% | - |
| XYZ | 40.15 | 23.5 | 68.75 | - |
| YUV | 132.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 218 | 0.07 | 0.63 | 0 | 0.15 | 293.48 | 0.65 | 0.58 |
| Hex | CB | 50 | DA | 7 | 3F | 0 | F | 125 | 41 | 3A |
| Octal | 313 | 120 | 332 | 7 | 77 | 0 | 17 | 445 | 101 | 72 |
| Binary | 11001011 | 1010000 | 11011010 | 111 | 111111 | 0 | 1111 | 100100101 | 1000001 | 111010 |
Color Harmonies of #CB50DA
Complementary color
Monochromatic Colors of #CB50DA
Black with #CB50DA
Text Example
Text Example
White with #CB50DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50DA; }
p { color: rgb(203,80,218); }
H1.HeaderClassName
{
color: #CB50DA;
}
.AnyTagClassName
{
color: #CB50DA;
}
</style>
background-color css
<style>
a { background-color: #CB50DA; }
a { background-color: rgb(203,80,218); }
div.DivClassName
{
background-color: #CB50DA;
}
.BgClassName
{
background-color: #CB50DA;
}
</style>
border-color css
<style>
span { border-color: #CB50DA; }
span { border-color: rgb(203,80,218); }
td.TdClassName
{
border-color: #CB50DA;
}
.TagClassName
{
border-color: #CB50DA;
}
</style>