Shades of Medium Orchid #C33FCF
Tints of Medium Orchid #C33FCF
RGB
CMYK
RGB Variations
Color information
#C33FCF (or 0xC33FCF) is known color: Medium Orchid. HEX triplet: C3, 3F and CF. RGB value is (195,63,207). Sum of RGB (Red+Green+Blue) = 195+63+207=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #C33FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FCF is #3CC030. Grayscale: #767676. Windows color (decimal): -3981361 or 13582275. OLE color: 13582275.
HSL color Cylindrical-coordinate representation of color #C33FCF: hue angle of 295º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33FCF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 63 | 207 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.19 |
| HSL | 295º | 0.6% | 0.53% | - |
| HSV(B) | 295º | 0.7% | 0.81% | - |
| XYZ | 35.55 | 19.66 | 60.95 | - |
| YUV | 118.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 207 | 0.06 | 0.70 | 0 | 0.19 | 295 | 0.6 | 0.53 |
| Hex | C3 | 3F | CF | 6 | 46 | 0 | 13 | 127 | 3C | 35 |
| Octal | 303 | 77 | 317 | 6 | 106 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000011 | 111111 | 11001111 | 110 | 1000110 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C33FCF
Complementary color
Monochromatic Colors of #C33FCF
Black with #C33FCF
Text Example
Text Example
White with #C33FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FCF; }
p { color: rgb(195,63,207); }
H1.HeaderClassName
{
color: #C33FCF;
}
.AnyTagClassName
{
color: #C33FCF;
}
</style>
background-color css
<style>
a { background-color: #C33FCF; }
a { background-color: rgb(195,63,207); }
div.DivClassName
{
background-color: #C33FCF;
}
.BgClassName
{
background-color: #C33FCF;
}
</style>
border-color css
<style>
span { border-color: #C33FCF; }
span { border-color: rgb(195,63,207); }
td.TdClassName
{
border-color: #C33FCF;
}
.TagClassName
{
border-color: #C33FCF;
}
</style>