Shades of Medium Orchid #CB36DA
Tints of Medium Orchid #CB36DA
RGB
CMYK
RGB Variations
Color information
#CB36DA (or 0xCB36DA) is known color: Medium Orchid. HEX triplet: CB, 36 and DA. RGB value is (203,54,218). Sum of RGB (Red+Green+Blue) = 203+54+218=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB36DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36DA is #34C925. Grayscale: #747474. Windows color (decimal): -3459366 or 14300875. OLE color: 14300875.
HSL color Cylindrical-coordinate representation of color #CB36DA: hue angle of 294.51º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB36DA is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 54 | 218 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.15 |
| HSL | 294.51º | 0.69% | 0.53% | - |
| HSV(B) | 294.51º | 0.75% | 0.85% | - |
| XYZ | 38.6 | 20.4 | 68.23 | - |
| YUV | 117.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 218 | 0.07 | 0.75 | 0 | 0.15 | 294.51 | 0.69 | 0.53 |
| Hex | CB | 36 | DA | 7 | 4B | 0 | F | 127 | 45 | 35 |
| Octal | 313 | 66 | 332 | 7 | 113 | 0 | 17 | 447 | 105 | 65 |
| Binary | 11001011 | 110110 | 11011010 | 111 | 1001011 | 0 | 1111 | 100100111 | 1000101 | 110101 |
Color Harmonies of #CB36DA
Complementary color
Monochromatic Colors of #CB36DA
Black with #CB36DA
Text Example
Text Example
White with #CB36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB36DA; }
p { color: rgb(203,54,218); }
H1.HeaderClassName
{
color: #CB36DA;
}
.AnyTagClassName
{
color: #CB36DA;
}
</style>
background-color css
<style>
a { background-color: #CB36DA; }
a { background-color: rgb(203,54,218); }
div.DivClassName
{
background-color: #CB36DA;
}
.BgClassName
{
background-color: #CB36DA;
}
</style>
border-color css
<style>
span { border-color: #CB36DA; }
span { border-color: rgb(203,54,218); }
td.TdClassName
{
border-color: #CB36DA;
}
.TagClassName
{
border-color: #CB36DA;
}
</style>