Shades of Medium Orchid #C33BD0
Tints of Medium Orchid #C33BD0
RGB
CMYK
RGB Variations
Color information
#C33BD0 (or 0xC33BD0) is known color: Medium Orchid. HEX triplet: C3, 3B and D0. RGB value is (195,59,208). Sum of RGB (Red+Green+Blue) = 195+59+208=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #C33BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BD0 is #3CC42F. Grayscale: #747474. Windows color (decimal): -3982384 or 13646787. OLE color: 13646787.
HSL color Cylindrical-coordinate representation of color #C33BD0: hue angle of 294.77º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33BD0 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 59 | 208 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.18 |
| HSL | 294.77º | 0.61% | 0.52% | - |
| HSV(B) | 294.77º | 0.72% | 0.82% | - |
| XYZ | 35.45 | 19.28 | 61.53 | - |
| YUV | 116.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 208 | 0.06 | 0.72 | 0 | 0.18 | 294.77 | 0.61 | 0.52 |
| Hex | C3 | 3B | D0 | 6 | 48 | 0 | 12 | 127 | 3D | 34 |
| Octal | 303 | 73 | 320 | 6 | 110 | 0 | 22 | 447 | 75 | 64 |
| Binary | 11000011 | 111011 | 11010000 | 110 | 1001000 | 0 | 10010 | 100100111 | 111101 | 110100 |
Color Harmonies of #C33BD0
Complementary color
Monochromatic Colors of #C33BD0
Black with #C33BD0
Text Example
Text Example
White with #C33BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BD0; }
p { color: rgb(195,59,208); }
H1.HeaderClassName
{
color: #C33BD0;
}
.AnyTagClassName
{
color: #C33BD0;
}
</style>
background-color css
<style>
a { background-color: #C33BD0; }
a { background-color: rgb(195,59,208); }
div.DivClassName
{
background-color: #C33BD0;
}
.BgClassName
{
background-color: #C33BD0;
}
</style>
border-color css
<style>
span { border-color: #C33BD0; }
span { border-color: rgb(195,59,208); }
td.TdClassName
{
border-color: #C33BD0;
}
.TagClassName
{
border-color: #C33BD0;
}
</style>