Shades of Medium Orchid #C269E6
Tints of Medium Orchid #C269E6
RGB
CMYK
RGB Variations
Color information
#C269E6 (or 0xC269E6) is known color: Medium Orchid. HEX triplet: C2, 69 and E6. RGB value is (194,105,230). Sum of RGB (Red+Green+Blue) = 194+105+230=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #C269E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269E6 is #3D9619. Grayscale: #919191. Windows color (decimal): -4036122 or 15100354. OLE color: 15100354.
HSL color Cylindrical-coordinate representation of color #C269E6: hue angle of 282.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C269E6 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 105 | 230 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.10 |
| HSL | 282.72º | 0.71% | 0.66% | - |
| HSV(B) | 282.72º | 0.54% | 0.9% | - |
| XYZ | 41.58 | 27.29 | 77.94 | - |
| YUV | 145.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 230 | 0.16 | 0.54 | 0 | 0.10 | 282.72 | 0.71 | 0.66 |
| Hex | C2 | 69 | E6 | 10 | 36 | 0 | A | 11B | 47 | 42 |
| Octal | 302 | 151 | 346 | 20 | 66 | 0 | 12 | 433 | 107 | 102 |
| Binary | 11000010 | 1101001 | 11100110 | 10000 | 110110 | 0 | 1010 | 100011011 | 1000111 | 1000010 |
Color Harmonies of #C269E6
Complementary color
Monochromatic Colors of #C269E6
Black with #C269E6
Text Example
Text Example
White with #C269E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269E6; }
p { color: rgb(194,105,230); }
H1.HeaderClassName
{
color: #C269E6;
}
.AnyTagClassName
{
color: #C269E6;
}
</style>
background-color css
<style>
a { background-color: #C269E6; }
a { background-color: rgb(194,105,230); }
div.DivClassName
{
background-color: #C269E6;
}
.BgClassName
{
background-color: #C269E6;
}
</style>
border-color css
<style>
span { border-color: #C269E6; }
span { border-color: rgb(194,105,230); }
td.TdClassName
{
border-color: #C269E6;
}
.TagClassName
{
border-color: #C269E6;
}
</style>