Shades of Medium Orchid #C33BDF
Tints of Medium Orchid #C33BDF
RGB
CMYK
RGB Variations
Color information
#C33BDF (or 0xC33BDF) is known color: Medium Orchid. HEX triplet: C3, 3B and DF. RGB value is (195,59,223). Sum of RGB (Red+Green+Blue) = 195+59+223=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #C33BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BDF is #3CC420. Grayscale: #757575. Windows color (decimal): -3982369 or 14629827. OLE color: 14629827.
HSL color Cylindrical-coordinate representation of color #C33BDF: hue angle of 289.76º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33BDF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 59 | 223 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.13 |
| HSL | 289.76º | 0.72% | 0.55% | - |
| HSV(B) | 289.76º | 0.74% | 0.87% | - |
| XYZ | 37.39 | 20.06 | 71.71 | - |
| YUV | 118.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 223 | 0.13 | 0.74 | 0 | 0.13 | 289.76 | 0.72 | 0.55 |
| Hex | C3 | 3B | DF | D | 4A | 0 | D | 122 | 48 | 37 |
| Octal | 303 | 73 | 337 | 15 | 112 | 0 | 15 | 442 | 110 | 67 |
| Binary | 11000011 | 111011 | 11011111 | 1101 | 1001010 | 0 | 1101 | 100100010 | 1001000 | 110111 |
Color Harmonies of #C33BDF
Complementary color
Monochromatic Colors of #C33BDF
Black with #C33BDF
Text Example
Text Example
White with #C33BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BDF; }
p { color: rgb(195,59,223); }
H1.HeaderClassName
{
color: #C33BDF;
}
.AnyTagClassName
{
color: #C33BDF;
}
</style>
background-color css
<style>
a { background-color: #C33BDF; }
a { background-color: rgb(195,59,223); }
div.DivClassName
{
background-color: #C33BDF;
}
.BgClassName
{
background-color: #C33BDF;
}
</style>
border-color css
<style>
span { border-color: #C33BDF; }
span { border-color: rgb(195,59,223); }
td.TdClassName
{
border-color: #C33BDF;
}
.TagClassName
{
border-color: #C33BDF;
}
</style>