Shades of Medium Orchid #C450FD
Tints of Medium Orchid #C450FD
RGB
CMYK
RGB Variations
Color information
#C450FD (or 0xC450FD) is known color: Medium Orchid. HEX triplet: C4, 50 and FD. RGB value is (196,80,253). Sum of RGB (Red+Green+Blue) = 196+80+253=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #C450FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450FD is #3BAF02. Grayscale: #858585. Windows color (decimal): -3911427 or 16601284. OLE color: 16601284.
HSL color Cylindrical-coordinate representation of color #C450FD: hue angle of 280.23º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C450FD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 80 | 253 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.01 |
| HSL | 280.23º | 0.98% | 0.65% | - |
| HSV(B) | 280.23º | 0.68% | 0.99% | - |
| XYZ | 43.36 | 24.56 | 95.38 | - |
| YUV | 134.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 253 | 0.23 | 0.68 | 0 | 0.01 | 280.23 | 0.98 | 0.65 |
| Hex | C4 | 50 | FD | 17 | 44 | 0 | 1 | 118 | 62 | 41 |
| Octal | 304 | 120 | 375 | 27 | 104 | 0 | 1 | 430 | 142 | 101 |
| Binary | 11000100 | 1010000 | 11111101 | 10111 | 1000100 | 0 | 1 | 100011000 | 1100010 | 1000001 |
Color Harmonies of #C450FD
Complementary color
Monochromatic Colors of #C450FD
Black with #C450FD
Text Example
Text Example
White with #C450FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450FD; }
p { color: rgb(196,80,253); }
H1.HeaderClassName
{
color: #C450FD;
}
.AnyTagClassName
{
color: #C450FD;
}
</style>
background-color css
<style>
a { background-color: #C450FD; }
a { background-color: rgb(196,80,253); }
div.DivClassName
{
background-color: #C450FD;
}
.BgClassName
{
background-color: #C450FD;
}
</style>
border-color css
<style>
span { border-color: #C450FD; }
span { border-color: rgb(196,80,253); }
td.TdClassName
{
border-color: #C450FD;
}
.TagClassName
{
border-color: #C450FD;
}
</style>