Shades of Medium Orchid #C065F2
Tints of Medium Orchid #C065F2
RGB
CMYK
RGB Variations
Color information
#C065F2 (or 0xC065F2) is known color: Medium Orchid. HEX triplet: C0, 65 and F2. RGB value is (192,101,242). Sum of RGB (Red+Green+Blue) = 192+101+242=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #C065F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065F2 is #3F9A0D. Grayscale: #8F8F8F. Windows color (decimal): -4168206 or 15885760. OLE color: 15885760.
HSL color Cylindrical-coordinate representation of color #C065F2: hue angle of 278.72º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C065F2 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 101 | 242 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.05 |
| HSL | 278.72º | 0.84% | 0.67% | - |
| HSV(B) | 278.72º | 0.58% | 0.95% | - |
| XYZ | 42.42 | 26.92 | 86.97 | - |
| YUV | 144.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 242 | 0.21 | 0.58 | 0 | 0.05 | 278.72 | 0.84 | 0.67 |
| Hex | C0 | 65 | F2 | 15 | 3A | 0 | 5 | 117 | 54 | 43 |
| Octal | 300 | 145 | 362 | 25 | 72 | 0 | 5 | 427 | 124 | 103 |
| Binary | 11000000 | 1100101 | 11110010 | 10101 | 111010 | 0 | 101 | 100010111 | 1010100 | 1000011 |
Color Harmonies of #C065F2
Complementary color
Monochromatic Colors of #C065F2
Black with #C065F2
Text Example
Text Example
White with #C065F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065F2; }
p { color: rgb(192,101,242); }
H1.HeaderClassName
{
color: #C065F2;
}
.AnyTagClassName
{
color: #C065F2;
}
</style>
background-color css
<style>
a { background-color: #C065F2; }
a { background-color: rgb(192,101,242); }
div.DivClassName
{
background-color: #C065F2;
}
.BgClassName
{
background-color: #C065F2;
}
</style>
border-color css
<style>
span { border-color: #C065F2; }
span { border-color: rgb(192,101,242); }
td.TdClassName
{
border-color: #C065F2;
}
.TagClassName
{
border-color: #C065F2;
}
</style>