Shades of Medium Orchid #C33FFC
Tints of Medium Orchid #C33FFC
RGB
CMYK
RGB Variations
Color information
#C33FFC (or 0xC33FFC) is known color: Medium Orchid. HEX triplet: C3, 3F and FC. RGB value is (195,63,252). Sum of RGB (Red+Green+Blue) = 195+63+252=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #C33FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FFC is #3CC003. Grayscale: #7B7B7B. Windows color (decimal): -3981316 or 16531395. OLE color: 16531395.
HSL color Cylindrical-coordinate representation of color #C33FFC: hue angle of 281.9º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33FFC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 63 | 252 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.01 |
| HSL | 281.9º | 0.97% | 0.62% | - |
| HSV(B) | 281.9º | 0.75% | 0.99% | - |
| XYZ | 41.85 | 22.19 | 94.17 | - |
| YUV | 124.01 | 200.23 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 252 | 0.23 | 0.75 | 0 | 0.01 | 281.9 | 0.97 | 0.62 |
| Hex | C3 | 3F | FC | 17 | 4B | 0 | 1 | 11A | 61 | 3E |
| Octal | 303 | 77 | 374 | 27 | 113 | 0 | 1 | 432 | 141 | 76 |
| Binary | 11000011 | 111111 | 11111100 | 10111 | 1001011 | 0 | 1 | 100011010 | 1100001 | 111110 |
Color Harmonies of #C33FFC
Complementary color
Monochromatic Colors of #C33FFC
Black with #C33FFC
Text Example
Text Example
White with #C33FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FFC; }
p { color: rgb(195,63,252); }
H1.HeaderClassName
{
color: #C33FFC;
}
.AnyTagClassName
{
color: #C33FFC;
}
</style>
background-color css
<style>
a { background-color: #C33FFC; }
a { background-color: rgb(195,63,252); }
div.DivClassName
{
background-color: #C33FFC;
}
.BgClassName
{
background-color: #C33FFC;
}
</style>
border-color css
<style>
span { border-color: #C33FFC; }
span { border-color: rgb(195,63,252); }
td.TdClassName
{
border-color: #C33FFC;
}
.TagClassName
{
border-color: #C33FFC;
}
</style>