Shades of Medium Orchid #C02BCF
Tints of Medium Orchid #C02BCF
RGB
CMYK
RGB Variations
Color information
#C02BCF (or 0xC02BCF) is known color: Medium Orchid. HEX triplet: C0, 2B and CF. RGB value is (192,43,207). Sum of RGB (Red+Green+Blue) = 192+43+207=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #C02BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BCF is #3FD430. Grayscale: #696969. Windows color (decimal): -4183089 or 13577152. OLE color: 13577152.
HSL color Cylindrical-coordinate representation of color #C02BCF: hue angle of 294.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02BCF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 43 | 207 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.19 |
| HSL | 294.51º | 0.66% | 0.49% | - |
| HSV(B) | 294.51º | 0.79% | 0.81% | - |
| XYZ | 33.86 | 17.44 | 60.61 | - |
| YUV | 106.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 207 | 0.07 | 0.79 | 0 | 0.19 | 294.51 | 0.66 | 0.49 |
| Hex | C0 | 2B | CF | 7 | 4F | 0 | 13 | 127 | 42 | 31 |
| Octal | 300 | 53 | 317 | 7 | 117 | 0 | 23 | 447 | 102 | 61 |
| Binary | 11000000 | 101011 | 11001111 | 111 | 1001111 | 0 | 10011 | 100100111 | 1000010 | 110001 |
Color Harmonies of #C02BCF
Complementary color
Monochromatic Colors of #C02BCF
Black with #C02BCF
Text Example
Text Example
White with #C02BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BCF; }
p { color: rgb(192,43,207); }
H1.HeaderClassName
{
color: #C02BCF;
}
.AnyTagClassName
{
color: #C02BCF;
}
</style>
background-color css
<style>
a { background-color: #C02BCF; }
a { background-color: rgb(192,43,207); }
div.DivClassName
{
background-color: #C02BCF;
}
.BgClassName
{
background-color: #C02BCF;
}
</style>
border-color css
<style>
span { border-color: #C02BCF; }
span { border-color: rgb(192,43,207); }
td.TdClassName
{
border-color: #C02BCF;
}
.TagClassName
{
border-color: #C02BCF;
}
</style>