Shades of Medium Orchid #C065EA
Tints of Medium Orchid #C065EA
RGB
CMYK
RGB Variations
Color information
#C065EA (or 0xC065EA) is known color: Medium Orchid. HEX triplet: C0, 65 and EA. RGB value is (192,101,234). Sum of RGB (Red+Green+Blue) = 192+101+234=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C065EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065EA is #3F9A15. Grayscale: #8E8E8E. Windows color (decimal): -4168214 or 15361472. OLE color: 15361472.
HSL color Cylindrical-coordinate representation of color #C065EA: hue angle of 281.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C065EA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 101 | 234 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.08 |
| HSL | 281.05º | 0.76% | 0.66% | - |
| HSV(B) | 281.05º | 0.57% | 0.92% | - |
| XYZ | 41.24 | 26.45 | 80.77 | - |
| YUV | 143.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 234 | 0.18 | 0.57 | 0 | 0.08 | 281.05 | 0.76 | 0.66 |
| Hex | C0 | 65 | EA | 12 | 39 | 0 | 8 | 119 | 4C | 42 |
| Octal | 300 | 145 | 352 | 22 | 71 | 0 | 10 | 431 | 114 | 102 |
| Binary | 11000000 | 1100101 | 11101010 | 10010 | 111001 | 0 | 1000 | 100011001 | 1001100 | 1000010 |
Color Harmonies of #C065EA
Complementary color
Monochromatic Colors of #C065EA
Black with #C065EA
Text Example
Text Example
White with #C065EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065EA; }
p { color: rgb(192,101,234); }
H1.HeaderClassName
{
color: #C065EA;
}
.AnyTagClassName
{
color: #C065EA;
}
</style>
background-color css
<style>
a { background-color: #C065EA; }
a { background-color: rgb(192,101,234); }
div.DivClassName
{
background-color: #C065EA;
}
.BgClassName
{
background-color: #C065EA;
}
</style>
border-color css
<style>
span { border-color: #C065EA; }
span { border-color: rgb(192,101,234); }
td.TdClassName
{
border-color: #C065EA;
}
.TagClassName
{
border-color: #C065EA;
}
</style>