Shades of Medium Orchid #C33DFA
Tints of Medium Orchid #C33DFA
RGB
CMYK
RGB Variations
Color information
#C33DFA (or 0xC33DFA) is known color: Medium Orchid. HEX triplet: C3, 3D and FA. RGB value is (195,61,250). Sum of RGB (Red+Green+Blue) = 195+61+250=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #C33DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33DFA is #3CC205. Grayscale: #797979. Windows color (decimal): -3981830 or 16399811. OLE color: 16399811.
HSL color Cylindrical-coordinate representation of color #C33DFA: hue angle of 282.54º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33DFA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 61 | 250 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.02 |
| HSL | 282.54º | 0.95% | 0.61% | - |
| HSV(B) | 282.54º | 0.76% | 0.98% | - |
| XYZ | 41.43 | 21.84 | 92.47 | - |
| YUV | 122.61 | 199.89 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 250 | 0.22 | 0.76 | 0 | 0.02 | 282.54 | 0.95 | 0.61 |
| Hex | C3 | 3D | FA | 16 | 4C | 0 | 2 | 11B | 5F | 3D |
| Octal | 303 | 75 | 372 | 26 | 114 | 0 | 2 | 433 | 137 | 75 |
| Binary | 11000011 | 111101 | 11111010 | 10110 | 1001100 | 0 | 10 | 100011011 | 1011111 | 111101 |
Color Harmonies of #C33DFA
Complementary color
Monochromatic Colors of #C33DFA
Black with #C33DFA
Text Example
Text Example
White with #C33DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DFA; }
p { color: rgb(195,61,250); }
H1.HeaderClassName
{
color: #C33DFA;
}
.AnyTagClassName
{
color: #C33DFA;
}
</style>
background-color css
<style>
a { background-color: #C33DFA; }
a { background-color: rgb(195,61,250); }
div.DivClassName
{
background-color: #C33DFA;
}
.BgClassName
{
background-color: #C33DFA;
}
</style>
border-color css
<style>
span { border-color: #C33DFA; }
span { border-color: rgb(195,61,250); }
td.TdClassName
{
border-color: #C33DFA;
}
.TagClassName
{
border-color: #C33DFA;
}
</style>