Shades of Medium Orchid #C269DF
Tints of Medium Orchid #C269DF
RGB
CMYK
RGB Variations
Color information
#C269DF (or 0xC269DF) is known color: Medium Orchid. HEX triplet: C2, 69 and DF. RGB value is (194,105,223). Sum of RGB (Red+Green+Blue) = 194+105+223=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #C269DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269DF is #3D9620. Grayscale: #909090. Windows color (decimal): -4036129 or 14641602. OLE color: 14641602.
HSL color Cylindrical-coordinate representation of color #C269DF: hue angle of 285.25º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C269DF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 105 | 223 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.13 |
| HSL | 285.25º | 0.65% | 0.64% | - |
| HSV(B) | 285.25º | 0.53% | 0.87% | - |
| XYZ | 40.62 | 26.9 | 72.86 | - |
| YUV | 145.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 223 | 0.13 | 0.53 | 0 | 0.13 | 285.25 | 0.65 | 0.64 |
| Hex | C2 | 69 | DF | D | 35 | 0 | D | 11D | 41 | 40 |
| Octal | 302 | 151 | 337 | 15 | 65 | 0 | 15 | 435 | 101 | 100 |
| Binary | 11000010 | 1101001 | 11011111 | 1101 | 110101 | 0 | 1101 | 100011101 | 1000001 | 1000000 |
Color Harmonies of #C269DF
Complementary color
Monochromatic Colors of #C269DF
Black with #C269DF
Text Example
Text Example
White with #C269DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269DF; }
p { color: rgb(194,105,223); }
H1.HeaderClassName
{
color: #C269DF;
}
.AnyTagClassName
{
color: #C269DF;
}
</style>
background-color css
<style>
a { background-color: #C269DF; }
a { background-color: rgb(194,105,223); }
div.DivClassName
{
background-color: #C269DF;
}
.BgClassName
{
background-color: #C269DF;
}
</style>
border-color css
<style>
span { border-color: #C269DF; }
span { border-color: rgb(194,105,223); }
td.TdClassName
{
border-color: #C269DF;
}
.TagClassName
{
border-color: #C269DF;
}
</style>