Shades of Medium Orchid #C63CFD
Tints of Medium Orchid #C63CFD
RGB
CMYK
RGB Variations
Color information
#C63CFD (or 0xC63CFD) is known color: Medium Orchid. HEX triplet: C6, 3C and FD. RGB value is (198,60,253). Sum of RGB (Red+Green+Blue) = 198+60+253=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #C63CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63CFD is #39C302. Grayscale: #7A7A7A. Windows color (decimal): -3785475 or 16596166. OLE color: 16596166.
HSL color Cylindrical-coordinate representation of color #C63CFD: hue angle of 282.9º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63CFD is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 60 | 253 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.01 |
| HSL | 282.9º | 0.98% | 0.61% | - |
| HSV(B) | 282.9º | 0.76% | 0.99% | - |
| XYZ | 42.63 | 22.33 | 94.99 | - |
| YUV | 123.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 253 | 0.22 | 0.76 | 0 | 0.01 | 282.9 | 0.98 | 0.61 |
| Hex | C6 | 3C | FD | 16 | 4C | 0 | 1 | 11B | 62 | 3D |
| Octal | 306 | 74 | 375 | 26 | 114 | 0 | 1 | 433 | 142 | 75 |
| Binary | 11000110 | 111100 | 11111101 | 10110 | 1001100 | 0 | 1 | 100011011 | 1100010 | 111101 |
Color Harmonies of #C63CFD
Complementary color
Monochromatic Colors of #C63CFD
Black with #C63CFD
Text Example
Text Example
White with #C63CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CFD; }
p { color: rgb(198,60,253); }
H1.HeaderClassName
{
color: #C63CFD;
}
.AnyTagClassName
{
color: #C63CFD;
}
</style>
background-color css
<style>
a { background-color: #C63CFD; }
a { background-color: rgb(198,60,253); }
div.DivClassName
{
background-color: #C63CFD;
}
.BgClassName
{
background-color: #C63CFD;
}
</style>
border-color css
<style>
span { border-color: #C63CFD; }
span { border-color: rgb(198,60,253); }
td.TdClassName
{
border-color: #C63CFD;
}
.TagClassName
{
border-color: #C63CFD;
}
</style>