Shades of Medium Orchid #C065ED
Tints of Medium Orchid #C065ED
RGB
CMYK
RGB Variations
Color information
#C065ED (or 0xC065ED) is known color: Medium Orchid. HEX triplet: C0, 65 and ED. RGB value is (192,101,237). Sum of RGB (Red+Green+Blue) = 192+101+237=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #C065ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065ED is #3F9A12. Grayscale: #8F8F8F. Windows color (decimal): -4168211 or 15558080. OLE color: 15558080.
HSL color Cylindrical-coordinate representation of color #C065ED: hue angle of 280.15º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C065ED is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 101 | 237 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.07 |
| HSL | 280.15º | 0.79% | 0.66% | - |
| HSV(B) | 280.15º | 0.57% | 0.93% | - |
| XYZ | 41.68 | 26.63 | 83.06 | - |
| YUV | 143.71 | 180.65 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 237 | 0.19 | 0.57 | 0 | 0.07 | 280.15 | 0.79 | 0.66 |
| Hex | C0 | 65 | ED | 13 | 39 | 0 | 7 | 118 | 4F | 42 |
| Octal | 300 | 145 | 355 | 23 | 71 | 0 | 7 | 430 | 117 | 102 |
| Binary | 11000000 | 1100101 | 11101101 | 10011 | 111001 | 0 | 111 | 100011000 | 1001111 | 1000010 |
Color Harmonies of #C065ED
Complementary color
Monochromatic Colors of #C065ED
Black with #C065ED
Text Example
Text Example
White with #C065ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065ED; }
p { color: rgb(192,101,237); }
H1.HeaderClassName
{
color: #C065ED;
}
.AnyTagClassName
{
color: #C065ED;
}
</style>
background-color css
<style>
a { background-color: #C065ED; }
a { background-color: rgb(192,101,237); }
div.DivClassName
{
background-color: #C065ED;
}
.BgClassName
{
background-color: #C065ED;
}
</style>
border-color css
<style>
span { border-color: #C065ED; }
span { border-color: rgb(192,101,237); }
td.TdClassName
{
border-color: #C065ED;
}
.TagClassName
{
border-color: #C065ED;
}
</style>