Shades of Medium Orchid #C262EE
Tints of Medium Orchid #C262EE
RGB
CMYK
RGB Variations
Color information
#C262EE (or 0xC262EE) is known color: Medium Orchid. HEX triplet: C2, 62 and EE. RGB value is (194,98,238). Sum of RGB (Red+Green+Blue) = 194+98+238=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #C262EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C262EE is #3D9D11. Grayscale: #8E8E8E. Windows color (decimal): -4037906 or 15622850. OLE color: 15622850.
HSL color Cylindrical-coordinate representation of color #C262EE: hue angle of 281.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C262EE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 98 | 238 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.07 |
| HSL | 281.14º | 0.8% | 0.66% | - |
| HSV(B) | 281.14º | 0.59% | 0.93% | - |
| XYZ | 42.05 | 26.38 | 83.76 | - |
| YUV | 142.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 238 | 0.18 | 0.59 | 0 | 0.07 | 281.14 | 0.8 | 0.66 |
| Hex | C2 | 62 | EE | 12 | 3B | 0 | 7 | 119 | 50 | 42 |
| Octal | 302 | 142 | 356 | 22 | 73 | 0 | 7 | 431 | 120 | 102 |
| Binary | 11000010 | 1100010 | 11101110 | 10010 | 111011 | 0 | 111 | 100011001 | 1010000 | 1000010 |
Color Harmonies of #C262EE
Complementary color
Monochromatic Colors of #C262EE
Black with #C262EE
Text Example
Text Example
White with #C262EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262EE; }
p { color: rgb(194,98,238); }
H1.HeaderClassName
{
color: #C262EE;
}
.AnyTagClassName
{
color: #C262EE;
}
</style>
background-color css
<style>
a { background-color: #C262EE; }
a { background-color: rgb(194,98,238); }
div.DivClassName
{
background-color: #C262EE;
}
.BgClassName
{
background-color: #C262EE;
}
</style>
border-color css
<style>
span { border-color: #C262EE; }
span { border-color: rgb(194,98,238); }
td.TdClassName
{
border-color: #C262EE;
}
.TagClassName
{
border-color: #C262EE;
}
</style>