Shades of Medium Orchid #C267ED
Tints of Medium Orchid #C267ED
RGB
CMYK
RGB Variations
Color information
#C267ED (or 0xC267ED) is known color: Medium Orchid. HEX triplet: C2, 67 and ED. RGB value is (194,103,237). Sum of RGB (Red+Green+Blue) = 194+103+237=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #C267ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267ED is #3D9812. Grayscale: #919191. Windows color (decimal): -4036627 or 15558594. OLE color: 15558594.
HSL color Cylindrical-coordinate representation of color #C267ED: hue angle of 280.75º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C267ED is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 103 | 237 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.07 |
| HSL | 280.75º | 0.79% | 0.67% | - |
| HSV(B) | 280.75º | 0.57% | 0.93% | - |
| XYZ | 42.38 | 27.28 | 83.15 | - |
| YUV | 145.49 | 179.65 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 237 | 0.18 | 0.57 | 0 | 0.07 | 280.75 | 0.79 | 0.67 |
| Hex | C2 | 67 | ED | 12 | 39 | 0 | 7 | 119 | 4F | 43 |
| Octal | 302 | 147 | 355 | 22 | 71 | 0 | 7 | 431 | 117 | 103 |
| Binary | 11000010 | 1100111 | 11101101 | 10010 | 111001 | 0 | 111 | 100011001 | 1001111 | 1000011 |
Color Harmonies of #C267ED
Complementary color
Monochromatic Colors of #C267ED
Black with #C267ED
Text Example
Text Example
White with #C267ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267ED; }
p { color: rgb(194,103,237); }
H1.HeaderClassName
{
color: #C267ED;
}
.AnyTagClassName
{
color: #C267ED;
}
</style>
background-color css
<style>
a { background-color: #C267ED; }
a { background-color: rgb(194,103,237); }
div.DivClassName
{
background-color: #C267ED;
}
.BgClassName
{
background-color: #C267ED;
}
</style>
border-color css
<style>
span { border-color: #C267ED; }
span { border-color: rgb(194,103,237); }
td.TdClassName
{
border-color: #C267ED;
}
.TagClassName
{
border-color: #C267ED;
}
</style>