Shades of Medium Orchid #C33ADF
Tints of Medium Orchid #C33ADF
RGB
CMYK
RGB Variations
Color information
#C33ADF (or 0xC33ADF) is known color: Medium Orchid. HEX triplet: C3, 3A and DF. RGB value is (195,58,223). Sum of RGB (Red+Green+Blue) = 195+58+223=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #C33ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ADF is #3CC520. Grayscale: #757575. Windows color (decimal): -3982625 or 14629571. OLE color: 14629571.
HSL color Cylindrical-coordinate representation of color #C33ADF: hue angle of 289.82º 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 #C33ADF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 58 | 223 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.13 |
| HSL | 289.82º | 0.72% | 0.55% | - |
| HSV(B) | 289.82º | 0.74% | 0.87% | - |
| XYZ | 37.34 | 19.96 | 71.7 | - |
| YUV | 117.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 223 | 0.13 | 0.74 | 0 | 0.13 | 289.82 | 0.72 | 0.55 |
| Hex | C3 | 3A | DF | D | 4A | 0 | D | 122 | 48 | 37 |
| Octal | 303 | 72 | 337 | 15 | 112 | 0 | 15 | 442 | 110 | 67 |
| Binary | 11000011 | 111010 | 11011111 | 1101 | 1001010 | 0 | 1101 | 100100010 | 1001000 | 110111 |
Color Harmonies of #C33ADF
Complementary color
Monochromatic Colors of #C33ADF
Black with #C33ADF
Text Example
Text Example
White with #C33ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ADF; }
p { color: rgb(195,58,223); }
H1.HeaderClassName
{
color: #C33ADF;
}
.AnyTagClassName
{
color: #C33ADF;
}
</style>
background-color css
<style>
a { background-color: #C33ADF; }
a { background-color: rgb(195,58,223); }
div.DivClassName
{
background-color: #C33ADF;
}
.BgClassName
{
background-color: #C33ADF;
}
</style>
border-color css
<style>
span { border-color: #C33ADF; }
span { border-color: rgb(195,58,223); }
td.TdClassName
{
border-color: #C33ADF;
}
.TagClassName
{
border-color: #C33ADF;
}
</style>