Shades of Medium Orchid #C643F1
Tints of Medium Orchid #C643F1
RGB
CMYK
RGB Variations
Color information
#C643F1 (or 0xC643F1) is known color: Medium Orchid. HEX triplet: C6, 43 and F1. RGB value is (198,67,241). Sum of RGB (Red+Green+Blue) = 198+67+241=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #C643F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C643F1 is #39BC0E. Grayscale: #7D7D7D. Windows color (decimal): -3783695 or 15811526. OLE color: 15811526.
HSL color Cylindrical-coordinate representation of color #C643F1: hue angle of 285.17º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C643F1 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 67 | 241 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.05 |
| HSL | 285.17º | 0.86% | 0.6% | - |
| HSV(B) | 285.17º | 0.72% | 0.95% | - |
| XYZ | 41.17 | 22.37 | 85.37 | - |
| YUV | 126.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 241 | 0.18 | 0.72 | 0 | 0.05 | 285.17 | 0.86 | 0.6 |
| Hex | C6 | 43 | F1 | 12 | 48 | 0 | 5 | 11D | 56 | 3C |
| Octal | 306 | 103 | 361 | 22 | 110 | 0 | 5 | 435 | 126 | 74 |
| Binary | 11000110 | 1000011 | 11110001 | 10010 | 1001000 | 0 | 101 | 100011101 | 1010110 | 111100 |
Color Harmonies of #C643F1
Complementary color
Monochromatic Colors of #C643F1
Black with #C643F1
Text Example
Text Example
White with #C643F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643F1; }
p { color: rgb(198,67,241); }
H1.HeaderClassName
{
color: #C643F1;
}
.AnyTagClassName
{
color: #C643F1;
}
</style>
background-color css
<style>
a { background-color: #C643F1; }
a { background-color: rgb(198,67,241); }
div.DivClassName
{
background-color: #C643F1;
}
.BgClassName
{
background-color: #C643F1;
}
</style>
border-color css
<style>
span { border-color: #C643F1; }
span { border-color: rgb(198,67,241); }
td.TdClassName
{
border-color: #C643F1;
}
.TagClassName
{
border-color: #C643F1;
}
</style>