Shades of Medium Orchid #C33BD1
Tints of Medium Orchid #C33BD1
RGB
CMYK
RGB Variations
Color information
#C33BD1 (or 0xC33BD1) is known color: Medium Orchid. HEX triplet: C3, 3B and D1. RGB value is (195,59,209). Sum of RGB (Red+Green+Blue) = 195+59+209=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #C33BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BD1 is #3CC42E. Grayscale: #747474. Windows color (decimal): -3982383 or 13712323. OLE color: 13712323.
HSL color Cylindrical-coordinate representation of color #C33BD1: hue angle of 294.4º degrees, saturation: 0.62, 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 #C33BD1 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 59 | 209 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.18 |
| HSL | 294.4º | 0.62% | 0.53% | - |
| HSV(B) | 294.4º | 0.72% | 0.82% | - |
| XYZ | 35.58 | 19.33 | 62.18 | - |
| YUV | 116.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 209 | 0.07 | 0.72 | 0 | 0.18 | 294.4 | 0.62 | 0.53 |
| Hex | C3 | 3B | D1 | 7 | 48 | 0 | 12 | 126 | 3E | 35 |
| Octal | 303 | 73 | 321 | 7 | 110 | 0 | 22 | 446 | 76 | 65 |
| Binary | 11000011 | 111011 | 11010001 | 111 | 1001000 | 0 | 10010 | 100100110 | 111110 | 110101 |
Color Harmonies of #C33BD1
Complementary color
Monochromatic Colors of #C33BD1
Black with #C33BD1
Text Example
Text Example
White with #C33BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BD1; }
p { color: rgb(195,59,209); }
H1.HeaderClassName
{
color: #C33BD1;
}
.AnyTagClassName
{
color: #C33BD1;
}
</style>
background-color css
<style>
a { background-color: #C33BD1; }
a { background-color: rgb(195,59,209); }
div.DivClassName
{
background-color: #C33BD1;
}
.BgClassName
{
background-color: #C33BD1;
}
</style>
border-color css
<style>
span { border-color: #C33BD1; }
span { border-color: rgb(195,59,209); }
td.TdClassName
{
border-color: #C33BD1;
}
.TagClassName
{
border-color: #C33BD1;
}
</style>