Shades of Medium Orchid #C265EF
Tints of Medium Orchid #C265EF
RGB
CMYK
RGB Variations
Color information
#C265EF (or 0xC265EF) is known color: Medium Orchid. HEX triplet: C2, 65 and EF. RGB value is (194,101,239). Sum of RGB (Red+Green+Blue) = 194+101+239=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #C265EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265EF is #3D9A10. Grayscale: #909090. Windows color (decimal): -4037137 or 15689154. OLE color: 15689154.
HSL color Cylindrical-coordinate representation of color #C265EF: hue angle of 280.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C265EF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 101 | 239 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.06 |
| HSL | 280.43º | 0.81% | 0.67% | - |
| HSV(B) | 280.43º | 0.58% | 0.94% | - |
| XYZ | 42.48 | 27.01 | 84.64 | - |
| YUV | 144.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 239 | 0.19 | 0.58 | 0 | 0.06 | 280.43 | 0.81 | 0.67 |
| Hex | C2 | 65 | EF | 13 | 3A | 0 | 6 | 118 | 51 | 43 |
| Octal | 302 | 145 | 357 | 23 | 72 | 0 | 6 | 430 | 121 | 103 |
| Binary | 11000010 | 1100101 | 11101111 | 10011 | 111010 | 0 | 110 | 100011000 | 1010001 | 1000011 |
Color Harmonies of #C265EF
Complementary color
Monochromatic Colors of #C265EF
Black with #C265EF
Text Example
Text Example
White with #C265EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265EF; }
p { color: rgb(194,101,239); }
H1.HeaderClassName
{
color: #C265EF;
}
.AnyTagClassName
{
color: #C265EF;
}
</style>
background-color css
<style>
a { background-color: #C265EF; }
a { background-color: rgb(194,101,239); }
div.DivClassName
{
background-color: #C265EF;
}
.BgClassName
{
background-color: #C265EF;
}
</style>
border-color css
<style>
span { border-color: #C265EF; }
span { border-color: rgb(194,101,239); }
td.TdClassName
{
border-color: #C265EF;
}
.TagClassName
{
border-color: #C265EF;
}
</style>