Shades of Medium Orchid #C053FD
Tints of Medium Orchid #C053FD
RGB
CMYK
RGB Variations
Color information
#C053FD (or 0xC053FD) is known color: Medium Orchid. HEX triplet: C0, 53 and FD. RGB value is (192,83,253). Sum of RGB (Red+Green+Blue) = 192+83+253=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #C053FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053FD is #3FAC02. Grayscale: #868686. Windows color (decimal): -4172803 or 16602048. OLE color: 16602048.
HSL color Cylindrical-coordinate representation of color #C053FD: hue angle of 278.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C053FD is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 83 | 253 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.01 |
| HSL | 278.47º | 0.98% | 0.66% | - |
| HSV(B) | 278.47º | 0.67% | 0.99% | - |
| XYZ | 42.56 | 24.48 | 95.41 | - |
| YUV | 134.97 | 194.61 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 253 | 0.24 | 0.67 | 0 | 0.01 | 278.47 | 0.98 | 0.66 |
| Hex | C0 | 53 | FD | 18 | 43 | 0 | 1 | 116 | 62 | 42 |
| Octal | 300 | 123 | 375 | 30 | 103 | 0 | 1 | 426 | 142 | 102 |
| Binary | 11000000 | 1010011 | 11111101 | 11000 | 1000011 | 0 | 1 | 100010110 | 1100010 | 1000010 |
Color Harmonies of #C053FD
Complementary color
Monochromatic Colors of #C053FD
Black with #C053FD
Text Example
Text Example
White with #C053FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053FD; }
p { color: rgb(192,83,253); }
H1.HeaderClassName
{
color: #C053FD;
}
.AnyTagClassName
{
color: #C053FD;
}
</style>
background-color css
<style>
a { background-color: #C053FD; }
a { background-color: rgb(192,83,253); }
div.DivClassName
{
background-color: #C053FD;
}
.BgClassName
{
background-color: #C053FD;
}
</style>
border-color css
<style>
span { border-color: #C053FD; }
span { border-color: rgb(192,83,253); }
td.TdClassName
{
border-color: #C053FD;
}
.TagClassName
{
border-color: #C053FD;
}
</style>