Shades of Medium Orchid #C245F2
Tints of Medium Orchid #C245F2
RGB
CMYK
RGB Variations
Color information
#C245F2 (or 0xC245F2) is known color: Medium Orchid. HEX triplet: C2, 45 and F2. RGB value is (194,69,242). Sum of RGB (Red+Green+Blue) = 194+69+242=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #C245F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245F2 is #3DBA0D. Grayscale: #7D7D7D. Windows color (decimal): -4045326 or 15877570. OLE color: 15877570.
HSL color Cylindrical-coordinate representation of color #C245F2: hue angle of 283.35º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C245F2 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 69 | 242 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.05 |
| HSL | 283.35º | 0.87% | 0.61% | - |
| HSV(B) | 283.35º | 0.71% | 0.95% | - |
| XYZ | 40.4 | 22.14 | 86.15 | - |
| YUV | 126.1 | 193.41 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 242 | 0.20 | 0.71 | 0 | 0.05 | 283.35 | 0.87 | 0.61 |
| Hex | C2 | 45 | F2 | 14 | 47 | 0 | 5 | 11B | 57 | 3D |
| Octal | 302 | 105 | 362 | 24 | 107 | 0 | 5 | 433 | 127 | 75 |
| Binary | 11000010 | 1000101 | 11110010 | 10100 | 1000111 | 0 | 101 | 100011011 | 1010111 | 111101 |
Color Harmonies of #C245F2
Complementary color
Monochromatic Colors of #C245F2
Black with #C245F2
Text Example
Text Example
White with #C245F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245F2; }
p { color: rgb(194,69,242); }
H1.HeaderClassName
{
color: #C245F2;
}
.AnyTagClassName
{
color: #C245F2;
}
</style>
background-color css
<style>
a { background-color: #C245F2; }
a { background-color: rgb(194,69,242); }
div.DivClassName
{
background-color: #C245F2;
}
.BgClassName
{
background-color: #C245F2;
}
</style>
border-color css
<style>
span { border-color: #C245F2; }
span { border-color: rgb(194,69,242); }
td.TdClassName
{
border-color: #C245F2;
}
.TagClassName
{
border-color: #C245F2;
}
</style>