Shades of Medium Orchid #C268DA
Tints of Medium Orchid #C268DA
RGB
CMYK
RGB Variations
Color information
#C268DA (or 0xC268DA) is known color: Medium Orchid. HEX triplet: C2, 68 and DA. RGB value is (194,104,218). Sum of RGB (Red+Green+Blue) = 194+104+218=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #C268DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268DA is #3D9725. Grayscale: #8F8F8F. Windows color (decimal): -4036390 or 14313666. OLE color: 14313666.
HSL color Cylindrical-coordinate representation of color #C268DA: hue angle of 287.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C268DA is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 104 | 218 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.15 |
| HSL | 287.37º | 0.61% | 0.63% | - |
| HSV(B) | 287.37º | 0.52% | 0.85% | - |
| XYZ | 39.85 | 26.43 | 69.33 | - |
| YUV | 143.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 218 | 0.11 | 0.52 | 0 | 0.15 | 287.37 | 0.61 | 0.63 |
| Hex | C2 | 68 | DA | B | 34 | 0 | F | 11F | 3D | 3F |
| Octal | 302 | 150 | 332 | 13 | 64 | 0 | 17 | 437 | 75 | 77 |
| Binary | 11000010 | 1101000 | 11011010 | 1011 | 110100 | 0 | 1111 | 100011111 | 111101 | 111111 |
Color Harmonies of #C268DA
Complementary color
Monochromatic Colors of #C268DA
Black with #C268DA
Text Example
Text Example
White with #C268DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268DA; }
p { color: rgb(194,104,218); }
H1.HeaderClassName
{
color: #C268DA;
}
.AnyTagClassName
{
color: #C268DA;
}
</style>
background-color css
<style>
a { background-color: #C268DA; }
a { background-color: rgb(194,104,218); }
div.DivClassName
{
background-color: #C268DA;
}
.BgClassName
{
background-color: #C268DA;
}
</style>
border-color css
<style>
span { border-color: #C268DA; }
span { border-color: rgb(194,104,218); }
td.TdClassName
{
border-color: #C268DA;
}
.TagClassName
{
border-color: #C268DA;
}
</style>