Shades of Medium Orchid #C065CE
Tints of Medium Orchid #C065CE
RGB
CMYK
RGB Variations
Color information
#C065CE (or 0xC065CE) is known color: Medium Orchid. HEX triplet: C0, 65 and CE. RGB value is (192,101,206). Sum of RGB (Red+Green+Blue) = 192+101+206=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C065CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065CE is #3F9A31. Grayscale: #8B8B8B. Windows color (decimal): -4168242 or 13526464. OLE color: 13526464.
HSL color Cylindrical-coordinate representation of color #C065CE: hue angle of 292º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C065CE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 101 | 206 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.19 |
| HSL | 292º | 0.52% | 0.6% | - |
| HSV(B) | 292º | 0.51% | 0.81% | - |
| XYZ | 37.53 | 24.97 | 61.23 | - |
| YUV | 140.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 206 | 0.07 | 0.51 | 0 | 0.19 | 292 | 0.52 | 0.6 |
| Hex | C0 | 65 | CE | 7 | 33 | 0 | 13 | 124 | 34 | 3C |
| Octal | 300 | 145 | 316 | 7 | 63 | 0 | 23 | 444 | 64 | 74 |
| Binary | 11000000 | 1100101 | 11001110 | 111 | 110011 | 0 | 10011 | 100100100 | 110100 | 111100 |
Color Harmonies of #C065CE
Complementary color
Monochromatic Colors of #C065CE
Black with #C065CE
Text Example
Text Example
White with #C065CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065CE; }
p { color: rgb(192,101,206); }
H1.HeaderClassName
{
color: #C065CE;
}
.AnyTagClassName
{
color: #C065CE;
}
</style>
background-color css
<style>
a { background-color: #C065CE; }
a { background-color: rgb(192,101,206); }
div.DivClassName
{
background-color: #C065CE;
}
.BgClassName
{
background-color: #C065CE;
}
</style>
border-color css
<style>
span { border-color: #C065CE; }
span { border-color: rgb(192,101,206); }
td.TdClassName
{
border-color: #C065CE;
}
.TagClassName
{
border-color: #C065CE;
}
</style>