Shades of Medium Orchid #CB37D5
Tints of Medium Orchid #CB37D5
RGB
CMYK
RGB Variations
Color information
#CB37D5 (or 0xCB37D5) is known color: Medium Orchid. HEX triplet: CB, 37 and D5. RGB value is (203,55,213). Sum of RGB (Red+Green+Blue) = 203+55+213=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB37D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37D5 is #34C82A. Grayscale: #747474. Windows color (decimal): -3459115 or 13973451. OLE color: 13973451.
HSL color Cylindrical-coordinate representation of color #CB37D5: hue angle of 296.2º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB37D5 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 55 | 213 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.16 |
| HSL | 296.2º | 0.65% | 0.53% | - |
| HSV(B) | 296.2º | 0.74% | 0.84% | - |
| XYZ | 38.01 | 20.23 | 64.85 | - |
| YUV | 117.26 | 182.03 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 213 | 0.05 | 0.74 | 0 | 0.16 | 296.2 | 0.65 | 0.53 |
| Hex | CB | 37 | D5 | 5 | 4A | 0 | 10 | 128 | 41 | 35 |
| Octal | 313 | 67 | 325 | 5 | 112 | 0 | 20 | 450 | 101 | 65 |
| Binary | 11001011 | 110111 | 11010101 | 101 | 1001010 | 0 | 10000 | 100101000 | 1000001 | 110101 |
Color Harmonies of #CB37D5
Complementary color
Monochromatic Colors of #CB37D5
Black with #CB37D5
Text Example
Text Example
White with #CB37D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37D5; }
p { color: rgb(203,55,213); }
H1.HeaderClassName
{
color: #CB37D5;
}
.AnyTagClassName
{
color: #CB37D5;
}
</style>
background-color css
<style>
a { background-color: #CB37D5; }
a { background-color: rgb(203,55,213); }
div.DivClassName
{
background-color: #CB37D5;
}
.BgClassName
{
background-color: #CB37D5;
}
</style>
border-color css
<style>
span { border-color: #CB37D5; }
span { border-color: rgb(203,55,213); }
td.TdClassName
{
border-color: #CB37D5;
}
.TagClassName
{
border-color: #CB37D5;
}
</style>