Shades of Medium Orchid #C33FE7
Tints of Medium Orchid #C33FE7
RGB
CMYK
RGB Variations
Color information
#C33FE7 (or 0xC33FE7) is known color: Medium Orchid. HEX triplet: C3, 3F and E7. RGB value is (195,63,231). Sum of RGB (Red+Green+Blue) = 195+63+231=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #C33FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FE7 is #3CC018. Grayscale: #797979. Windows color (decimal): -3981337 or 15155139. OLE color: 15155139.
HSL color Cylindrical-coordinate representation of color #C33FE7: hue angle of 287.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33FE7 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 63 | 231 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.09 |
| HSL | 287.14º | 0.78% | 0.58% | - |
| HSV(B) | 287.14º | 0.73% | 0.91% | - |
| XYZ | 38.71 | 20.93 | 77.6 | - |
| YUV | 121.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 231 | 0.16 | 0.73 | 0 | 0.09 | 287.14 | 0.78 | 0.58 |
| Hex | C3 | 3F | E7 | 10 | 49 | 0 | 9 | 11F | 4E | 3A |
| Octal | 303 | 77 | 347 | 20 | 111 | 0 | 11 | 437 | 116 | 72 |
| Binary | 11000011 | 111111 | 11100111 | 10000 | 1001001 | 0 | 1001 | 100011111 | 1001110 | 111010 |
Color Harmonies of #C33FE7
Complementary color
Monochromatic Colors of #C33FE7
Black with #C33FE7
Text Example
Text Example
White with #C33FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FE7; }
p { color: rgb(195,63,231); }
H1.HeaderClassName
{
color: #C33FE7;
}
.AnyTagClassName
{
color: #C33FE7;
}
</style>
background-color css
<style>
a { background-color: #C33FE7; }
a { background-color: rgb(195,63,231); }
div.DivClassName
{
background-color: #C33FE7;
}
.BgClassName
{
background-color: #C33FE7;
}
</style>
border-color css
<style>
span { border-color: #C33FE7; }
span { border-color: rgb(195,63,231); }
td.TdClassName
{
border-color: #C33FE7;
}
.TagClassName
{
border-color: #C33FE7;
}
</style>