Shades of Medium Orchid #C267E4
Tints of Medium Orchid #C267E4
RGB
CMYK
RGB Variations
Color information
#C267E4 (or 0xC267E4) is known color: Medium Orchid. HEX triplet: C2, 67 and E4. RGB value is (194,103,228). Sum of RGB (Red+Green+Blue) = 194+103+228=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #C267E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267E4 is #3D981B. Grayscale: #909090. Windows color (decimal): -4036636 or 14968770. OLE color: 14968770.
HSL color Cylindrical-coordinate representation of color #C267E4: hue angle of 283.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C267E4 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 103 | 228 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.11 |
| HSL | 283.68º | 0.7% | 0.65% | - |
| HSV(B) | 283.68º | 0.55% | 0.89% | - |
| XYZ | 41.1 | 26.77 | 76.4 | - |
| YUV | 144.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 228 | 0.15 | 0.55 | 0 | 0.11 | 283.68 | 0.7 | 0.65 |
| Hex | C2 | 67 | E4 | F | 37 | 0 | B | 11C | 46 | 41 |
| Octal | 302 | 147 | 344 | 17 | 67 | 0 | 13 | 434 | 106 | 101 |
| Binary | 11000010 | 1100111 | 11100100 | 1111 | 110111 | 0 | 1011 | 100011100 | 1000110 | 1000001 |
Color Harmonies of #C267E4
Complementary color
Monochromatic Colors of #C267E4
Black with #C267E4
Text Example
Text Example
White with #C267E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267E4; }
p { color: rgb(194,103,228); }
H1.HeaderClassName
{
color: #C267E4;
}
.AnyTagClassName
{
color: #C267E4;
}
</style>
background-color css
<style>
a { background-color: #C267E4; }
a { background-color: rgb(194,103,228); }
div.DivClassName
{
background-color: #C267E4;
}
.BgClassName
{
background-color: #C267E4;
}
</style>
border-color css
<style>
span { border-color: #C267E4; }
span { border-color: rgb(194,103,228); }
td.TdClassName
{
border-color: #C267E4;
}
.TagClassName
{
border-color: #C267E4;
}
</style>