Shades of Medium Orchid #C462CF
Tints of Medium Orchid #C462CF
RGB
CMYK
RGB Variations
Color information
#C462CF (or 0xC462CF) is known color: Medium Orchid. HEX triplet: C4, 62 and CF. RGB value is (196,98,207). Sum of RGB (Red+Green+Blue) = 196+98+207=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C462CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462CF is #3B9D30. Grayscale: #8B8B8B. Windows color (decimal): -3906865 or 13591236. OLE color: 13591236.
HSL color Cylindrical-coordinate representation of color #C462CF: hue angle of 293.94º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C462CF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 98 | 207 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.19 |
| HSL | 293.94º | 0.53% | 0.6% | - |
| HSV(B) | 293.94º | 0.53% | 0.81% | - |
| XYZ | 38.4 | 24.98 | 61.83 | - |
| YUV | 139.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 207 | 0.05 | 0.53 | 0 | 0.19 | 293.94 | 0.53 | 0.6 |
| Hex | C4 | 62 | CF | 5 | 35 | 0 | 13 | 126 | 35 | 3C |
| Octal | 304 | 142 | 317 | 5 | 65 | 0 | 23 | 446 | 65 | 74 |
| Binary | 11000100 | 1100010 | 11001111 | 101 | 110101 | 0 | 10011 | 100100110 | 110101 | 111100 |
Color Harmonies of #C462CF
Complementary color
Monochromatic Colors of #C462CF
Black with #C462CF
Text Example
Text Example
White with #C462CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462CF; }
p { color: rgb(196,98,207); }
H1.HeaderClassName
{
color: #C462CF;
}
.AnyTagClassName
{
color: #C462CF;
}
</style>
background-color css
<style>
a { background-color: #C462CF; }
a { background-color: rgb(196,98,207); }
div.DivClassName
{
background-color: #C462CF;
}
.BgClassName
{
background-color: #C462CF;
}
</style>
border-color css
<style>
span { border-color: #C462CF; }
span { border-color: rgb(196,98,207); }
td.TdClassName
{
border-color: #C462CF;
}
.TagClassName
{
border-color: #C462CF;
}
</style>