Shades of Medium Orchid #CB33DA
Tints of Medium Orchid #CB33DA
RGB
CMYK
RGB Variations
Color information
#CB33DA (or 0xCB33DA) is known color: Medium Orchid. HEX triplet: CB, 33 and DA. RGB value is (203,51,218). Sum of RGB (Red+Green+Blue) = 203+51+218=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB33DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33DA is #34CC25. Grayscale: #727272. Windows color (decimal): -3460134 or 14300107. OLE color: 14300107.
HSL color Cylindrical-coordinate representation of color #CB33DA: hue angle of 294.61º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB33DA is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 51 | 218 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.15 |
| HSL | 294.61º | 0.69% | 0.53% | - |
| HSV(B) | 294.61º | 0.77% | 0.85% | - |
| XYZ | 38.47 | 20.13 | 68.19 | - |
| YUV | 115.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 218 | 0.07 | 0.77 | 0 | 0.15 | 294.61 | 0.69 | 0.53 |
| Hex | CB | 33 | DA | 7 | 4D | 0 | F | 127 | 45 | 35 |
| Octal | 313 | 63 | 332 | 7 | 115 | 0 | 17 | 447 | 105 | 65 |
| Binary | 11001011 | 110011 | 11011010 | 111 | 1001101 | 0 | 1111 | 100100111 | 1000101 | 110101 |
Color Harmonies of #CB33DA
Complementary color
Monochromatic Colors of #CB33DA
Black with #CB33DA
Text Example
Text Example
White with #CB33DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33DA; }
p { color: rgb(203,51,218); }
H1.HeaderClassName
{
color: #CB33DA;
}
.AnyTagClassName
{
color: #CB33DA;
}
</style>
background-color css
<style>
a { background-color: #CB33DA; }
a { background-color: rgb(203,51,218); }
div.DivClassName
{
background-color: #CB33DA;
}
.BgClassName
{
background-color: #CB33DA;
}
</style>
border-color css
<style>
span { border-color: #CB33DA; }
span { border-color: rgb(203,51,218); }
td.TdClassName
{
border-color: #CB33DA;
}
.TagClassName
{
border-color: #CB33DA;
}
</style>