Shades of Medium Orchid #C450E7
Tints of Medium Orchid #C450E7
RGB
CMYK
RGB Variations
Color information
#C450E7 (or 0xC450E7) is known color: Medium Orchid. HEX triplet: C4, 50 and E7. RGB value is (196,80,231). Sum of RGB (Red+Green+Blue) = 196+80+231=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #C450E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450E7 is #3BAF18. Grayscale: #838383. Windows color (decimal): -3911449 or 15159492. OLE color: 15159492.
HSL color Cylindrical-coordinate representation of color #C450E7: hue angle of 286.09º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C450E7 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 80 | 231 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.09 |
| HSL | 286.09º | 0.76% | 0.61% | - |
| HSV(B) | 286.09º | 0.65% | 0.91% | - |
| XYZ | 40.06 | 23.24 | 77.98 | - |
| YUV | 131.9 | 183.93 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 231 | 0.15 | 0.65 | 0 | 0.09 | 286.09 | 0.76 | 0.61 |
| Hex | C4 | 50 | E7 | F | 41 | 0 | 9 | 11E | 4C | 3D |
| Octal | 304 | 120 | 347 | 17 | 101 | 0 | 11 | 436 | 114 | 75 |
| Binary | 11000100 | 1010000 | 11100111 | 1111 | 1000001 | 0 | 1001 | 100011110 | 1001100 | 111101 |
Color Harmonies of #C450E7
Complementary color
Monochromatic Colors of #C450E7
Black with #C450E7
Text Example
Text Example
White with #C450E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450E7; }
p { color: rgb(196,80,231); }
H1.HeaderClassName
{
color: #C450E7;
}
.AnyTagClassName
{
color: #C450E7;
}
</style>
background-color css
<style>
a { background-color: #C450E7; }
a { background-color: rgb(196,80,231); }
div.DivClassName
{
background-color: #C450E7;
}
.BgClassName
{
background-color: #C450E7;
}
</style>
border-color css
<style>
span { border-color: #C450E7; }
span { border-color: rgb(196,80,231); }
td.TdClassName
{
border-color: #C450E7;
}
.TagClassName
{
border-color: #C450E7;
}
</style>