Shades of Medium Orchid #C33BD2
Tints of Medium Orchid #C33BD2
RGB
CMYK
RGB Variations
Color information
#C33BD2 (or 0xC33BD2) is known color: Medium Orchid. HEX triplet: C3, 3B and D2. RGB value is (195,59,210). Sum of RGB (Red+Green+Blue) = 195+59+210=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #C33BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BD2 is #3CC42D. Grayscale: #747474. Windows color (decimal): -3982382 or 13777859. OLE color: 13777859.
HSL color Cylindrical-coordinate representation of color #C33BD2: hue angle of 294.04º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33BD2 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 59 | 210 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.18 |
| HSL | 294.04º | 0.63% | 0.53% | - |
| HSV(B) | 294.04º | 0.72% | 0.82% | - |
| XYZ | 35.7 | 19.38 | 62.83 | - |
| YUV | 116.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 210 | 0.07 | 0.72 | 0 | 0.18 | 294.04 | 0.63 | 0.53 |
| Hex | C3 | 3B | D2 | 7 | 48 | 0 | 12 | 126 | 3F | 35 |
| Octal | 303 | 73 | 322 | 7 | 110 | 0 | 22 | 446 | 77 | 65 |
| Binary | 11000011 | 111011 | 11010010 | 111 | 1001000 | 0 | 10010 | 100100110 | 111111 | 110101 |
Color Harmonies of #C33BD2
Complementary color
Monochromatic Colors of #C33BD2
Black with #C33BD2
Text Example
Text Example
White with #C33BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BD2; }
p { color: rgb(195,59,210); }
H1.HeaderClassName
{
color: #C33BD2;
}
.AnyTagClassName
{
color: #C33BD2;
}
</style>
background-color css
<style>
a { background-color: #C33BD2; }
a { background-color: rgb(195,59,210); }
div.DivClassName
{
background-color: #C33BD2;
}
.BgClassName
{
background-color: #C33BD2;
}
</style>
border-color css
<style>
span { border-color: #C33BD2; }
span { border-color: rgb(195,59,210); }
td.TdClassName
{
border-color: #C33BD2;
}
.TagClassName
{
border-color: #C33BD2;
}
</style>