Shades of Medium Orchid #C33CCF
Tints of Medium Orchid #C33CCF
RGB
CMYK
RGB Variations
Color information
#C33CCF (or 0xC33CCF) is known color: Medium Orchid. HEX triplet: C3, 3C and CF. RGB value is (195,60,207). Sum of RGB (Red+Green+Blue) = 195+60+207=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #C33CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CCF is #3CC330. Grayscale: #747474. Windows color (decimal): -3982129 or 13581507. OLE color: 13581507.
HSL color Cylindrical-coordinate representation of color #C33CCF: hue angle of 295.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33CCF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 60 | 207 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.19 |
| HSL | 295.1º | 0.6% | 0.52% | - |
| HSV(B) | 295.1º | 0.71% | 0.81% | - |
| XYZ | 35.38 | 19.34 | 60.9 | - |
| YUV | 117.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 207 | 0.06 | 0.71 | 0 | 0.19 | 295.1 | 0.6 | 0.52 |
| Hex | C3 | 3C | CF | 6 | 47 | 0 | 13 | 127 | 3C | 34 |
| Octal | 303 | 74 | 317 | 6 | 107 | 0 | 23 | 447 | 74 | 64 |
| Binary | 11000011 | 111100 | 11001111 | 110 | 1000111 | 0 | 10011 | 100100111 | 111100 | 110100 |
Color Harmonies of #C33CCF
Complementary color
Monochromatic Colors of #C33CCF
Black with #C33CCF
Text Example
Text Example
White with #C33CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CCF; }
p { color: rgb(195,60,207); }
H1.HeaderClassName
{
color: #C33CCF;
}
.AnyTagClassName
{
color: #C33CCF;
}
</style>
background-color css
<style>
a { background-color: #C33CCF; }
a { background-color: rgb(195,60,207); }
div.DivClassName
{
background-color: #C33CCF;
}
.BgClassName
{
background-color: #C33CCF;
}
</style>
border-color css
<style>
span { border-color: #C33CCF; }
span { border-color: rgb(195,60,207); }
td.TdClassName
{
border-color: #C33CCF;
}
.TagClassName
{
border-color: #C33CCF;
}
</style>