Shades of Medium Orchid #C269DD
Tints of Medium Orchid #C269DD
RGB
CMYK
RGB Variations
Color information
#C269DD (or 0xC269DD) is known color: Medium Orchid. HEX triplet: C2, 69 and DD. RGB value is (194,105,221). Sum of RGB (Red+Green+Blue) = 194+105+221=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C269DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269DD is #3D9622. Grayscale: #909090. Windows color (decimal): -4036131 or 14510530. OLE color: 14510530.
HSL color Cylindrical-coordinate representation of color #C269DD: hue angle of 286.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C269DD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 105 | 221 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.13 |
| HSL | 286.03º | 0.63% | 0.64% | - |
| HSV(B) | 286.03º | 0.52% | 0.87% | - |
| XYZ | 40.35 | 26.79 | 71.45 | - |
| YUV | 144.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 221 | 0.12 | 0.52 | 0 | 0.13 | 286.03 | 0.63 | 0.64 |
| Hex | C2 | 69 | DD | C | 34 | 0 | D | 11E | 3F | 40 |
| Octal | 302 | 151 | 335 | 14 | 64 | 0 | 15 | 436 | 77 | 100 |
| Binary | 11000010 | 1101001 | 11011101 | 1100 | 110100 | 0 | 1101 | 100011110 | 111111 | 1000000 |
Color Harmonies of #C269DD
Complementary color
Monochromatic Colors of #C269DD
Black with #C269DD
Text Example
Text Example
White with #C269DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269DD; }
p { color: rgb(194,105,221); }
H1.HeaderClassName
{
color: #C269DD;
}
.AnyTagClassName
{
color: #C269DD;
}
</style>
background-color css
<style>
a { background-color: #C269DD; }
a { background-color: rgb(194,105,221); }
div.DivClassName
{
background-color: #C269DD;
}
.BgClassName
{
background-color: #C269DD;
}
</style>
border-color css
<style>
span { border-color: #C269DD; }
span { border-color: rgb(194,105,221); }
td.TdClassName
{
border-color: #C269DD;
}
.TagClassName
{
border-color: #C269DD;
}
</style>