Shades of Medium Orchid #C267E9
Tints of Medium Orchid #C267E9
RGB
CMYK
RGB Variations
Color information
#C267E9 (or 0xC267E9) is known color: Medium Orchid. HEX triplet: C2, 67 and E9. RGB value is (194,103,233). Sum of RGB (Red+Green+Blue) = 194+103+233=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #C267E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267E9 is #3D9816. Grayscale: #909090. Windows color (decimal): -4036631 or 15296450. OLE color: 15296450.
HSL color Cylindrical-coordinate representation of color #C267E9: hue angle of 282º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C267E9 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 103 | 233 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.09 |
| HSL | 282º | 0.75% | 0.66% | - |
| HSV(B) | 282º | 0.56% | 0.91% | - |
| XYZ | 41.81 | 27.05 | 80.11 | - |
| YUV | 145.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 233 | 0.17 | 0.56 | 0 | 0.09 | 282 | 0.75 | 0.66 |
| Hex | C2 | 67 | E9 | 11 | 38 | 0 | 9 | 11A | 4B | 42 |
| Octal | 302 | 147 | 351 | 21 | 70 | 0 | 11 | 432 | 113 | 102 |
| Binary | 11000010 | 1100111 | 11101001 | 10001 | 111000 | 0 | 1001 | 100011010 | 1001011 | 1000010 |
Color Harmonies of #C267E9
Complementary color
Monochromatic Colors of #C267E9
Black with #C267E9
Text Example
Text Example
White with #C267E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267E9; }
p { color: rgb(194,103,233); }
H1.HeaderClassName
{
color: #C267E9;
}
.AnyTagClassName
{
color: #C267E9;
}
</style>
background-color css
<style>
a { background-color: #C267E9; }
a { background-color: rgb(194,103,233); }
div.DivClassName
{
background-color: #C267E9;
}
.BgClassName
{
background-color: #C267E9;
}
</style>
border-color css
<style>
span { border-color: #C267E9; }
span { border-color: rgb(194,103,233); }
td.TdClassName
{
border-color: #C267E9;
}
.TagClassName
{
border-color: #C267E9;
}
</style>