Shades of Medium Orchid #C636FD
Tints of Medium Orchid #C636FD
RGB
CMYK
RGB Variations
Color information
#C636FD (or 0xC636FD) is known color: Medium Orchid. HEX triplet: C6, 36 and FD. RGB value is (198,54,253). Sum of RGB (Red+Green+Blue) = 198+54+253=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #C636FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C636FD is #39C902. Grayscale: #777777. Windows color (decimal): -3787011 or 16594630. OLE color: 16594630.
HSL color Cylindrical-coordinate representation of color #C636FD: hue angle of 283.42º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C636FD is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 54 | 253 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.01 |
| HSL | 283.42º | 0.98% | 0.6% | - |
| HSV(B) | 283.42º | 0.79% | 0.99% | - |
| XYZ | 42.34 | 21.74 | 94.89 | - |
| YUV | 119.74 | 203.21 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 253 | 0.22 | 0.79 | 0 | 0.01 | 283.42 | 0.98 | 0.6 |
| Hex | C6 | 36 | FD | 16 | 4F | 0 | 1 | 11B | 62 | 3C |
| Octal | 306 | 66 | 375 | 26 | 117 | 0 | 1 | 433 | 142 | 74 |
| Binary | 11000110 | 110110 | 11111101 | 10110 | 1001111 | 0 | 1 | 100011011 | 1100010 | 111100 |
Color Harmonies of #C636FD
Complementary color
Monochromatic Colors of #C636FD
Black with #C636FD
Text Example
Text Example
White with #C636FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C636FD; }
p { color: rgb(198,54,253); }
H1.HeaderClassName
{
color: #C636FD;
}
.AnyTagClassName
{
color: #C636FD;
}
</style>
background-color css
<style>
a { background-color: #C636FD; }
a { background-color: rgb(198,54,253); }
div.DivClassName
{
background-color: #C636FD;
}
.BgClassName
{
background-color: #C636FD;
}
</style>
border-color css
<style>
span { border-color: #C636FD; }
span { border-color: rgb(198,54,253); }
td.TdClassName
{
border-color: #C636FD;
}
.TagClassName
{
border-color: #C636FD;
}
</style>