Shades of Medium Orchid #CB3BD5
Tints of Medium Orchid #CB3BD5
RGB
CMYK
RGB Variations
Color information
#CB3BD5 (or 0xCB3BD5) is known color: Medium Orchid. HEX triplet: CB, 3B and D5. RGB value is (203,59,213). Sum of RGB (Red+Green+Blue) = 203+59+213=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB3BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BD5 is #34C42A. Grayscale: #777777. Windows color (decimal): -3458091 or 13974475. OLE color: 13974475.
HSL color Cylindrical-coordinate representation of color #CB3BD5: hue angle of 296.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3BD5 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 59 | 213 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.16 |
| HSL | 296.1º | 0.65% | 0.53% | - |
| HSV(B) | 296.1º | 0.72% | 0.84% | - |
| XYZ | 38.2 | 20.63 | 64.92 | - |
| YUV | 119.61 | 180.71 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 213 | 0.05 | 0.72 | 0 | 0.16 | 296.1 | 0.65 | 0.53 |
| Hex | CB | 3B | D5 | 5 | 48 | 0 | 10 | 128 | 41 | 35 |
| Octal | 313 | 73 | 325 | 5 | 110 | 0 | 20 | 450 | 101 | 65 |
| Binary | 11001011 | 111011 | 11010101 | 101 | 1001000 | 0 | 10000 | 100101000 | 1000001 | 110101 |
Color Harmonies of #CB3BD5
Complementary color
Monochromatic Colors of #CB3BD5
Black with #CB3BD5
Text Example
Text Example
White with #CB3BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BD5; }
p { color: rgb(203,59,213); }
H1.HeaderClassName
{
color: #CB3BD5;
}
.AnyTagClassName
{
color: #CB3BD5;
}
</style>
background-color css
<style>
a { background-color: #CB3BD5; }
a { background-color: rgb(203,59,213); }
div.DivClassName
{
background-color: #CB3BD5;
}
.BgClassName
{
background-color: #CB3BD5;
}
</style>
border-color css
<style>
span { border-color: #CB3BD5; }
span { border-color: rgb(203,59,213); }
td.TdClassName
{
border-color: #CB3BD5;
}
.TagClassName
{
border-color: #CB3BD5;
}
</style>