Shades of Medium Orchid #C33FFF
Tints of Medium Orchid #C33FFF
RGB
CMYK
RGB Variations
Color information
#C33FFF (or 0xC33FFF) is known color: Medium Orchid. HEX triplet: C3, 3F and FF. RGB value is (195,63,255). Sum of RGB (Red+Green+Blue) = 195+63+255=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C33FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FFF is #3CC000. Grayscale: #7B7B7B. Windows color (decimal): -3981313 or 16728003. OLE color: 16728003.
HSL color Cylindrical-coordinate representation of color #C33FFF: hue angle of 281.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33FFF is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 63 | 255 | - |
| CMYK | 0.24 | 0.75 | 0 | 0 |
| HSL | 281.25º | 1% | 0.62% | - |
| HSV(B) | 281.25º | 0.75% | 1% | - |
| XYZ | 42.33 | 22.38 | 96.7 | - |
| YUV | 124.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 255 | 0.24 | 0.75 | 0 | 0 | 281.25 | 1 | 0.62 |
| Hex | C3 | 3F | FF | 18 | 4B | 0 | 0 | 119 | 64 | 3E |
| Octal | 303 | 77 | 377 | 30 | 113 | 0 | 0 | 431 | 144 | 76 |
| Binary | 11000011 | 111111 | 11111111 | 11000 | 1001011 | 0 | 0 | 100011001 | 1100100 | 111110 |
Color Harmonies of #C33FFF
Complementary color
Monochromatic Colors of #C33FFF
Black with #C33FFF
Text Example
Text Example
White with #C33FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FFF; }
p { color: rgb(195,63,255); }
H1.HeaderClassName
{
color: #C33FFF;
}
.AnyTagClassName
{
color: #C33FFF;
}
</style>
background-color css
<style>
a { background-color: #C33FFF; }
a { background-color: rgb(195,63,255); }
div.DivClassName
{
background-color: #C33FFF;
}
.BgClassName
{
background-color: #C33FFF;
}
</style>
border-color css
<style>
span { border-color: #C33FFF; }
span { border-color: rgb(195,63,255); }
td.TdClassName
{
border-color: #C33FFF;
}
.TagClassName
{
border-color: #C33FFF;
}
</style>