Shades of Medium Orchid #C268D4
Tints of Medium Orchid #C268D4
RGB
CMYK
RGB Variations
Color information
#C268D4 (or 0xC268D4) is known color: Medium Orchid. HEX triplet: C2, 68 and D4. RGB value is (194,104,212). Sum of RGB (Red+Green+Blue) = 194+104+212=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #C268D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268D4 is #3D972B. Grayscale: #8E8E8E. Windows color (decimal): -4036396 or 13920450. OLE color: 13920450.
HSL color Cylindrical-coordinate representation of color #C268D4: hue angle of 290º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C268D4 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 104 | 212 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.17 |
| HSL | 290º | 0.56% | 0.62% | - |
| HSV(B) | 290º | 0.51% | 0.83% | - |
| XYZ | 39.08 | 26.12 | 65.27 | - |
| YUV | 143.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 212 | 0.08 | 0.51 | 0 | 0.17 | 290 | 0.56 | 0.62 |
| Hex | C2 | 68 | D4 | 8 | 33 | 0 | 11 | 122 | 38 | 3E |
| Octal | 302 | 150 | 324 | 10 | 63 | 0 | 21 | 442 | 70 | 76 |
| Binary | 11000010 | 1101000 | 11010100 | 1000 | 110011 | 0 | 10001 | 100100010 | 111000 | 111110 |
Color Harmonies of #C268D4
Complementary color
Monochromatic Colors of #C268D4
Black with #C268D4
Text Example
Text Example
White with #C268D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268D4; }
p { color: rgb(194,104,212); }
H1.HeaderClassName
{
color: #C268D4;
}
.AnyTagClassName
{
color: #C268D4;
}
</style>
background-color css
<style>
a { background-color: #C268D4; }
a { background-color: rgb(194,104,212); }
div.DivClassName
{
background-color: #C268D4;
}
.BgClassName
{
background-color: #C268D4;
}
</style>
border-color css
<style>
span { border-color: #C268D4; }
span { border-color: rgb(194,104,212); }
td.TdClassName
{
border-color: #C268D4;
}
.TagClassName
{
border-color: #C268D4;
}
</style>