Shades of Medium Orchid #C269CE
Tints of Medium Orchid #C269CE
RGB
CMYK
RGB Variations
Color information
#C269CE (or 0xC269CE) is known color: Medium Orchid. HEX triplet: C2, 69 and CE. RGB value is (194,105,206). Sum of RGB (Red+Green+Blue) = 194+105+206=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C269CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269CE is #3D9631. Grayscale: #8E8E8E. Windows color (decimal): -4036146 or 13527490. OLE color: 13527490.
HSL color Cylindrical-coordinate representation of color #C269CE: hue angle of 292.87º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C269CE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 105 | 206 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.19 |
| HSL | 292.87º | 0.51% | 0.61% | - |
| HSV(B) | 292.87º | 0.49% | 0.81% | - |
| XYZ | 38.44 | 26.03 | 61.39 | - |
| YUV | 143.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 206 | 0.06 | 0.49 | 0 | 0.19 | 292.87 | 0.51 | 0.61 |
| Hex | C2 | 69 | CE | 6 | 31 | 0 | 13 | 125 | 33 | 3D |
| Octal | 302 | 151 | 316 | 6 | 61 | 0 | 23 | 445 | 63 | 75 |
| Binary | 11000010 | 1101001 | 11001110 | 110 | 110001 | 0 | 10011 | 100100101 | 110011 | 111101 |
Color Harmonies of #C269CE
Complementary color
Monochromatic Colors of #C269CE
Black with #C269CE
Text Example
Text Example
White with #C269CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269CE; }
p { color: rgb(194,105,206); }
H1.HeaderClassName
{
color: #C269CE;
}
.AnyTagClassName
{
color: #C269CE;
}
</style>
background-color css
<style>
a { background-color: #C269CE; }
a { background-color: rgb(194,105,206); }
div.DivClassName
{
background-color: #C269CE;
}
.BgClassName
{
background-color: #C269CE;
}
</style>
border-color css
<style>
span { border-color: #C269CE; }
span { border-color: rgb(194,105,206); }
td.TdClassName
{
border-color: #C269CE;
}
.TagClassName
{
border-color: #C269CE;
}
</style>