Shades of Medium Orchid #C33FDC
Tints of Medium Orchid #C33FDC
RGB
CMYK
RGB Variations
Color information
#C33FDC (or 0xC33FDC) is known color: Medium Orchid. HEX triplet: C3, 3F and DC. RGB value is (195,63,220). Sum of RGB (Red+Green+Blue) = 195+63+220=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #C33FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FDC is #3CC023. Grayscale: #777777. Windows color (decimal): -3981348 or 14434243. OLE color: 14434243.
HSL color Cylindrical-coordinate representation of color #C33FDC: hue angle of 290.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33FDC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 63 | 220 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.14 |
| HSL | 290.45º | 0.69% | 0.55% | - |
| HSV(B) | 290.45º | 0.71% | 0.86% | - |
| XYZ | 37.2 | 20.32 | 69.67 | - |
| YUV | 120.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 220 | 0.11 | 0.71 | 0 | 0.14 | 290.45 | 0.69 | 0.55 |
| Hex | C3 | 3F | DC | B | 47 | 0 | E | 122 | 45 | 37 |
| Octal | 303 | 77 | 334 | 13 | 107 | 0 | 16 | 442 | 105 | 67 |
| Binary | 11000011 | 111111 | 11011100 | 1011 | 1000111 | 0 | 1110 | 100100010 | 1000101 | 110111 |
Color Harmonies of #C33FDC
Complementary color
Monochromatic Colors of #C33FDC
Black with #C33FDC
Text Example
Text Example
White with #C33FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FDC; }
p { color: rgb(195,63,220); }
H1.HeaderClassName
{
color: #C33FDC;
}
.AnyTagClassName
{
color: #C33FDC;
}
</style>
background-color css
<style>
a { background-color: #C33FDC; }
a { background-color: rgb(195,63,220); }
div.DivClassName
{
background-color: #C33FDC;
}
.BgClassName
{
background-color: #C33FDC;
}
</style>
border-color css
<style>
span { border-color: #C33FDC; }
span { border-color: rgb(195,63,220); }
td.TdClassName
{
border-color: #C33FDC;
}
.TagClassName
{
border-color: #C33FDC;
}
</style>