Shades of Medium Orchid #CB34DD
Tints of Medium Orchid #CB34DD
RGB
CMYK
RGB Variations
Color information
#CB34DD (or 0xCB34DD) is known color: Medium Orchid. HEX triplet: CB, 34 and DD. RGB value is (203,52,221). Sum of RGB (Red+Green+Blue) = 203+52+221=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34DD is #34CB22. Grayscale: #737373. Windows color (decimal): -3459875 or 14496971. OLE color: 14496971.
HSL color Cylindrical-coordinate representation of color #CB34DD: hue angle of 293.61º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB34DD is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 52 | 221 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.13 |
| HSL | 293.61º | 0.71% | 0.54% | - |
| HSV(B) | 293.61º | 0.76% | 0.87% | - |
| XYZ | 38.91 | 20.37 | 70.29 | - |
| YUV | 116.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 221 | 0.08 | 0.76 | 0 | 0.13 | 293.61 | 0.71 | 0.54 |
| Hex | CB | 34 | DD | 8 | 4C | 0 | D | 126 | 47 | 36 |
| Octal | 313 | 64 | 335 | 10 | 114 | 0 | 15 | 446 | 107 | 66 |
| Binary | 11001011 | 110100 | 11011101 | 1000 | 1001100 | 0 | 1101 | 100100110 | 1000111 | 110110 |
Color Harmonies of #CB34DD
Complementary color
Monochromatic Colors of #CB34DD
Black with #CB34DD
Text Example
Text Example
White with #CB34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34DD; }
p { color: rgb(203,52,221); }
H1.HeaderClassName
{
color: #CB34DD;
}
.AnyTagClassName
{
color: #CB34DD;
}
</style>
background-color css
<style>
a { background-color: #CB34DD; }
a { background-color: rgb(203,52,221); }
div.DivClassName
{
background-color: #CB34DD;
}
.BgClassName
{
background-color: #CB34DD;
}
</style>
border-color css
<style>
span { border-color: #CB34DD; }
span { border-color: rgb(203,52,221); }
td.TdClassName
{
border-color: #CB34DD;
}
.TagClassName
{
border-color: #CB34DD;
}
</style>