Shades of Medium Orchid #C63BFD
Tints of Medium Orchid #C63BFD
RGB
CMYK
RGB Variations
Color information
#C63BFD (or 0xC63BFD) is known color: Medium Orchid. HEX triplet: C6, 3B and FD. RGB value is (198,59,253). Sum of RGB (Red+Green+Blue) = 198+59+253=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 59 (23.44% from 255 or 11.57% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #C63BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BFD is #39C402. Grayscale: #7A7A7A. Windows color (decimal): -3785731 or 16595910. OLE color: 16595910.
HSL color Cylindrical-coordinate representation of color #C63BFD: hue angle of 282.99º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C63BFD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 59 | 253 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.01 |
| HSL | 282.99º | 0.98% | 0.61% | - |
| HSV(B) | 282.99º | 0.77% | 0.99% | - |
| XYZ | 42.58 | 22.23 | 94.97 | - |
| YUV | 122.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 253 | 0.22 | 0.77 | 0 | 0.01 | 282.99 | 0.98 | 0.61 |
| Hex | C6 | 3B | FD | 16 | 4D | 0 | 1 | 11B | 62 | 3D |
| Octal | 306 | 73 | 375 | 26 | 115 | 0 | 1 | 433 | 142 | 75 |
| Binary | 11000110 | 111011 | 11111101 | 10110 | 1001101 | 0 | 1 | 100011011 | 1100010 | 111101 |
Color Harmonies of #C63BFD
Complementary color
Monochromatic Colors of #C63BFD
Black with #C63BFD
Text Example
Text Example
White with #C63BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BFD; }
p { color: rgb(198,59,253); }
H1.HeaderClassName
{
color: #C63BFD;
}
.AnyTagClassName
{
color: #C63BFD;
}
</style>
background-color css
<style>
a { background-color: #C63BFD; }
a { background-color: rgb(198,59,253); }
div.DivClassName
{
background-color: #C63BFD;
}
.BgClassName
{
background-color: #C63BFD;
}
</style>
border-color css
<style>
span { border-color: #C63BFD; }
span { border-color: rgb(198,59,253); }
td.TdClassName
{
border-color: #C63BFD;
}
.TagClassName
{
border-color: #C63BFD;
}
</style>