Shades of Medium Orchid #C265E4
Tints of Medium Orchid #C265E4
RGB
CMYK
RGB Variations
Color information
#C265E4 (or 0xC265E4) is known color: Medium Orchid. HEX triplet: C2, 65 and E4. RGB value is (194,101,228). Sum of RGB (Red+Green+Blue) = 194+101+228=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #C265E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265E4 is #3D9A1B. Grayscale: #8E8E8E. Windows color (decimal): -4037148 or 14968258. OLE color: 14968258.
HSL color Cylindrical-coordinate representation of color #C265E4: hue angle of 283.94º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C265E4 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 101 | 228 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.11 |
| HSL | 283.94º | 0.7% | 0.65% | - |
| HSV(B) | 283.94º | 0.56% | 0.89% | - |
| XYZ | 40.91 | 26.38 | 76.33 | - |
| YUV | 143.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 228 | 0.15 | 0.56 | 0 | 0.11 | 283.94 | 0.7 | 0.65 |
| Hex | C2 | 65 | E4 | F | 38 | 0 | B | 11C | 46 | 41 |
| Octal | 302 | 145 | 344 | 17 | 70 | 0 | 13 | 434 | 106 | 101 |
| Binary | 11000010 | 1100101 | 11100100 | 1111 | 111000 | 0 | 1011 | 100011100 | 1000110 | 1000001 |
Color Harmonies of #C265E4
Complementary color
Monochromatic Colors of #C265E4
Black with #C265E4
Text Example
Text Example
White with #C265E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265E4; }
p { color: rgb(194,101,228); }
H1.HeaderClassName
{
color: #C265E4;
}
.AnyTagClassName
{
color: #C265E4;
}
</style>
background-color css
<style>
a { background-color: #C265E4; }
a { background-color: rgb(194,101,228); }
div.DivClassName
{
background-color: #C265E4;
}
.BgClassName
{
background-color: #C265E4;
}
</style>
border-color css
<style>
span { border-color: #C265E4; }
span { border-color: rgb(194,101,228); }
td.TdClassName
{
border-color: #C265E4;
}
.TagClassName
{
border-color: #C265E4;
}
</style>