Shades of Medium Orchid #C33EE7
Tints of Medium Orchid #C33EE7
RGB
CMYK
RGB Variations
Color information
#C33EE7 (or 0xC33EE7) is known color: Medium Orchid. HEX triplet: C3, 3E and E7. RGB value is (195,62,231). Sum of RGB (Red+Green+Blue) = 195+62+231=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #C33EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EE7 is #3CC118. Grayscale: #787878. Windows color (decimal): -3981593 or 15154883. OLE color: 15154883.
HSL color Cylindrical-coordinate representation of color #C33EE7: hue angle of 287.22º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33EE7 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 62 | 231 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.09 |
| HSL | 287.22º | 0.78% | 0.57% | - |
| HSV(B) | 287.22º | 0.73% | 0.91% | - |
| XYZ | 38.65 | 20.82 | 77.58 | - |
| YUV | 121.03 | 190.06 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 231 | 0.16 | 0.73 | 0 | 0.09 | 287.22 | 0.78 | 0.57 |
| Hex | C3 | 3E | E7 | 10 | 49 | 0 | 9 | 11F | 4E | 39 |
| Octal | 303 | 76 | 347 | 20 | 111 | 0 | 11 | 437 | 116 | 71 |
| Binary | 11000011 | 111110 | 11100111 | 10000 | 1001001 | 0 | 1001 | 100011111 | 1001110 | 111001 |
Color Harmonies of #C33EE7
Complementary color
Monochromatic Colors of #C33EE7
Black with #C33EE7
Text Example
Text Example
White with #C33EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EE7; }
p { color: rgb(195,62,231); }
H1.HeaderClassName
{
color: #C33EE7;
}
.AnyTagClassName
{
color: #C33EE7;
}
</style>
background-color css
<style>
a { background-color: #C33EE7; }
a { background-color: rgb(195,62,231); }
div.DivClassName
{
background-color: #C33EE7;
}
.BgClassName
{
background-color: #C33EE7;
}
</style>
border-color css
<style>
span { border-color: #C33EE7; }
span { border-color: rgb(195,62,231); }
td.TdClassName
{
border-color: #C33EE7;
}
.TagClassName
{
border-color: #C33EE7;
}
</style>