Shades of Medium Orchid #C267EB
Tints of Medium Orchid #C267EB
RGB
CMYK
RGB Variations
Color information
#C267EB (or 0xC267EB) is known color: Medium Orchid. HEX triplet: C2, 67 and EB. RGB value is (194,103,235). Sum of RGB (Red+Green+Blue) = 194+103+235=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #C267EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267EB is #3D9814. Grayscale: #909090. Windows color (decimal): -4036629 or 15427522. OLE color: 15427522.
HSL color Cylindrical-coordinate representation of color #C267EB: hue angle of 281.36º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C267EB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 103 | 235 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.08 |
| HSL | 281.36º | 0.77% | 0.66% | - |
| HSV(B) | 281.36º | 0.56% | 0.92% | - |
| XYZ | 42.09 | 27.17 | 81.62 | - |
| YUV | 145.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 235 | 0.17 | 0.56 | 0 | 0.08 | 281.36 | 0.77 | 0.66 |
| Hex | C2 | 67 | EB | 11 | 38 | 0 | 8 | 119 | 4D | 42 |
| Octal | 302 | 147 | 353 | 21 | 70 | 0 | 10 | 431 | 115 | 102 |
| Binary | 11000010 | 1100111 | 11101011 | 10001 | 111000 | 0 | 1000 | 100011001 | 1001101 | 1000010 |
Color Harmonies of #C267EB
Complementary color
Monochromatic Colors of #C267EB
Black with #C267EB
Text Example
Text Example
White with #C267EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267EB; }
p { color: rgb(194,103,235); }
H1.HeaderClassName
{
color: #C267EB;
}
.AnyTagClassName
{
color: #C267EB;
}
</style>
background-color css
<style>
a { background-color: #C267EB; }
a { background-color: rgb(194,103,235); }
div.DivClassName
{
background-color: #C267EB;
}
.BgClassName
{
background-color: #C267EB;
}
</style>
border-color css
<style>
span { border-color: #C267EB; }
span { border-color: rgb(194,103,235); }
td.TdClassName
{
border-color: #C267EB;
}
.TagClassName
{
border-color: #C267EB;
}
</style>