Shades of Medium Orchid #C268CF
Tints of Medium Orchid #C268CF
RGB
CMYK
RGB Variations
Color information
#C268CF (or 0xC268CF) is known color: Medium Orchid. HEX triplet: C2, 68 and CF. RGB value is (194,104,207). Sum of RGB (Red+Green+Blue) = 194+104+207=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #C268CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268CF is #3D9730. Grayscale: #8E8E8E. Windows color (decimal): -4036401 or 13592770. OLE color: 13592770.
HSL color Cylindrical-coordinate representation of color #C268CF: hue angle of 292.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C268CF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 104 | 207 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.19 |
| HSL | 292.43º | 0.52% | 0.61% | - |
| HSV(B) | 292.43º | 0.5% | 0.81% | - |
| XYZ | 38.46 | 25.87 | 62 | - |
| YUV | 142.65 | 164.32 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 207 | 0.06 | 0.50 | 0 | 0.19 | 292.43 | 0.52 | 0.61 |
| Hex | C2 | 68 | CF | 6 | 32 | 0 | 13 | 124 | 34 | 3D |
| Octal | 302 | 150 | 317 | 6 | 62 | 0 | 23 | 444 | 64 | 75 |
| Binary | 11000010 | 1101000 | 11001111 | 110 | 110010 | 0 | 10011 | 100100100 | 110100 | 111101 |
Color Harmonies of #C268CF
Complementary color
Monochromatic Colors of #C268CF
Black with #C268CF
Text Example
Text Example
White with #C268CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268CF; }
p { color: rgb(194,104,207); }
H1.HeaderClassName
{
color: #C268CF;
}
.AnyTagClassName
{
color: #C268CF;
}
</style>
background-color css
<style>
a { background-color: #C268CF; }
a { background-color: rgb(194,104,207); }
div.DivClassName
{
background-color: #C268CF;
}
.BgClassName
{
background-color: #C268CF;
}
</style>
border-color css
<style>
span { border-color: #C268CF; }
span { border-color: rgb(194,104,207); }
td.TdClassName
{
border-color: #C268CF;
}
.TagClassName
{
border-color: #C268CF;
}
</style>