Shades of Medium Orchid #CB35D5
Tints of Medium Orchid #CB35D5
RGB
CMYK
RGB Variations
Color information
#CB35D5 (or 0xCB35D5) is known color: Medium Orchid. HEX triplet: CB, 35 and D5. RGB value is (203,53,213). Sum of RGB (Red+Green+Blue) = 203+53+213=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB35D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35D5 is #34CA2A. Grayscale: #737373. Windows color (decimal): -3459627 or 13972939. OLE color: 13972939.
HSL color Cylindrical-coordinate representation of color #CB35D5: hue angle of 296.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB35D5 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 53 | 213 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.16 |
| HSL | 296.25º | 0.66% | 0.52% | - |
| HSV(B) | 296.25º | 0.75% | 0.84% | - |
| XYZ | 37.91 | 20.05 | 64.82 | - |
| YUV | 116.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 213 | 0.05 | 0.75 | 0 | 0.16 | 296.25 | 0.66 | 0.52 |
| Hex | CB | 35 | D5 | 5 | 4B | 0 | 10 | 128 | 42 | 34 |
| Octal | 313 | 65 | 325 | 5 | 113 | 0 | 20 | 450 | 102 | 64 |
| Binary | 11001011 | 110101 | 11010101 | 101 | 1001011 | 0 | 10000 | 100101000 | 1000010 | 110100 |
Color Harmonies of #CB35D5
Complementary color
Monochromatic Colors of #CB35D5
Black with #CB35D5
Text Example
Text Example
White with #CB35D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB35D5; }
p { color: rgb(203,53,213); }
H1.HeaderClassName
{
color: #CB35D5;
}
.AnyTagClassName
{
color: #CB35D5;
}
</style>
background-color css
<style>
a { background-color: #CB35D5; }
a { background-color: rgb(203,53,213); }
div.DivClassName
{
background-color: #CB35D5;
}
.BgClassName
{
background-color: #CB35D5;
}
</style>
border-color css
<style>
span { border-color: #CB35D5; }
span { border-color: rgb(203,53,213); }
td.TdClassName
{
border-color: #CB35D5;
}
.TagClassName
{
border-color: #CB35D5;
}
</style>