Shades of Medium Orchid #C642FB
Tints of Medium Orchid #C642FB
RGB
CMYK
RGB Variations
Color information
#C642FB (or 0xC642FB) is known color: Medium Orchid. HEX triplet: C6, 42 and FB. RGB value is (198,66,251). Sum of RGB (Red+Green+Blue) = 198+66+251=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #C642FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642FB is #39BD04. Grayscale: #7D7D7D. Windows color (decimal): -3783941 or 16466630. OLE color: 16466630.
HSL color Cylindrical-coordinate representation of color #C642FB: hue angle of 282.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C642FB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 66 | 251 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.02 |
| HSL | 282.81º | 0.96% | 0.62% | - |
| HSV(B) | 282.81º | 0.74% | 0.98% | - |
| XYZ | 42.65 | 22.87 | 93.43 | - |
| YUV | 126.56 | 198.23 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 251 | 0.21 | 0.74 | 0 | 0.02 | 282.81 | 0.96 | 0.62 |
| Hex | C6 | 42 | FB | 15 | 4A | 0 | 2 | 11B | 60 | 3E |
| Octal | 306 | 102 | 373 | 25 | 112 | 0 | 2 | 433 | 140 | 76 |
| Binary | 11000110 | 1000010 | 11111011 | 10101 | 1001010 | 0 | 10 | 100011011 | 1100000 | 111110 |
Color Harmonies of #C642FB
Complementary color
Monochromatic Colors of #C642FB
Black with #C642FB
Text Example
Text Example
White with #C642FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642FB; }
p { color: rgb(198,66,251); }
H1.HeaderClassName
{
color: #C642FB;
}
.AnyTagClassName
{
color: #C642FB;
}
</style>
background-color css
<style>
a { background-color: #C642FB; }
a { background-color: rgb(198,66,251); }
div.DivClassName
{
background-color: #C642FB;
}
.BgClassName
{
background-color: #C642FB;
}
</style>
border-color css
<style>
span { border-color: #C642FB; }
span { border-color: rgb(198,66,251); }
td.TdClassName
{
border-color: #C642FB;
}
.TagClassName
{
border-color: #C642FB;
}
</style>