Shades of Medium Orchid #C466CF
Tints of Medium Orchid #C466CF
RGB
CMYK
RGB Variations
Color information
#C466CF (or 0xC466CF) is known color: Medium Orchid. HEX triplet: C4, 66 and CF. RGB value is (196,102,207). Sum of RGB (Red+Green+Blue) = 196+102+207=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 102 (40.23% from 255 or 20.20% 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 #C466CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466CF is #3B9930. Grayscale: #8D8D8D. Windows color (decimal): -3905841 or 13592260. OLE color: 13592260.
HSL color Cylindrical-coordinate representation of color #C466CF: hue angle of 293.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C466CF is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 102 | 207 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.19 |
| HSL | 293.71º | 0.52% | 0.61% | - |
| HSV(B) | 293.71º | 0.51% | 0.81% | - |
| XYZ | 38.78 | 25.74 | 61.96 | - |
| YUV | 142.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 207 | 0.05 | 0.51 | 0 | 0.19 | 293.71 | 0.52 | 0.61 |
| Hex | C4 | 66 | CF | 5 | 33 | 0 | 13 | 126 | 34 | 3D |
| Octal | 304 | 146 | 317 | 5 | 63 | 0 | 23 | 446 | 64 | 75 |
| Binary | 11000100 | 1100110 | 11001111 | 101 | 110011 | 0 | 10011 | 100100110 | 110100 | 111101 |
Color Harmonies of #C466CF
Complementary color
Monochromatic Colors of #C466CF
Black with #C466CF
Text Example
Text Example
White with #C466CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466CF; }
p { color: rgb(196,102,207); }
H1.HeaderClassName
{
color: #C466CF;
}
.AnyTagClassName
{
color: #C466CF;
}
</style>
background-color css
<style>
a { background-color: #C466CF; }
a { background-color: rgb(196,102,207); }
div.DivClassName
{
background-color: #C466CF;
}
.BgClassName
{
background-color: #C466CF;
}
</style>
border-color css
<style>
span { border-color: #C466CF; }
span { border-color: rgb(196,102,207); }
td.TdClassName
{
border-color: #C466CF;
}
.TagClassName
{
border-color: #C466CF;
}
</style>