Shades of Medium Orchid #C33FFE
Tints of Medium Orchid #C33FFE
RGB
CMYK
RGB Variations
Color information
#C33FFE (or 0xC33FFE) is known color: Medium Orchid. HEX triplet: C3, 3F and FE. RGB value is (195,63,254). Sum of RGB (Red+Green+Blue) = 195+63+254=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #C33FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FFE is #3CC001. Grayscale: #7B7B7B. Windows color (decimal): -3981314 or 16662467. OLE color: 16662467.
HSL color Cylindrical-coordinate representation of color #C33FFE: hue angle of 281.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33FFE is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 63 | 254 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.00 |
| HSL | 281.47º | 0.99% | 0.62% | - |
| HSV(B) | 281.47º | 0.75% | 1% | - |
| XYZ | 42.17 | 22.31 | 95.85 | - |
| YUV | 124.24 | 201.23 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 254 | 0.23 | 0.75 | 0 | 0.00 | 281.47 | 0.99 | 0.62 |
| Hex | C3 | 3F | FE | 17 | 4B | 0 | 0 | 119 | 63 | 3E |
| Octal | 303 | 77 | 376 | 27 | 113 | 0 | 0 | 431 | 143 | 76 |
| Binary | 11000011 | 111111 | 11111110 | 10111 | 1001011 | 0 | 0 | 100011001 | 1100011 | 111110 |
Color Harmonies of #C33FFE
Complementary color
Monochromatic Colors of #C33FFE
Black with #C33FFE
Text Example
Text Example
White with #C33FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FFE; }
p { color: rgb(195,63,254); }
H1.HeaderClassName
{
color: #C33FFE;
}
.AnyTagClassName
{
color: #C33FFE;
}
</style>
background-color css
<style>
a { background-color: #C33FFE; }
a { background-color: rgb(195,63,254); }
div.DivClassName
{
background-color: #C33FFE;
}
.BgClassName
{
background-color: #C33FFE;
}
</style>
border-color css
<style>
span { border-color: #C33FFE; }
span { border-color: rgb(195,63,254); }
td.TdClassName
{
border-color: #C33FFE;
}
.TagClassName
{
border-color: #C33FFE;
}
</style>