Shades of Medium Orchid #C94FF3
Tints of Medium Orchid #C94FF3
RGB
CMYK
RGB Variations
Color information
#C94FF3 (or 0xC94FF3) is known color: Medium Orchid. HEX triplet: C9, 4F and F3. RGB value is (201,79,243). Sum of RGB (Red+Green+Blue) = 201+79+243=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #C94FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FF3 is #36B00C. Grayscale: #858585. Windows color (decimal): -3584013 or 15945673. OLE color: 15945673.
HSL color Cylindrical-coordinate representation of color #C94FF3: hue angle of 284.63º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94FF3 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 79 | 243 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.05 |
| HSL | 284.63º | 0.87% | 0.63% | - |
| HSV(B) | 284.63º | 0.67% | 0.95% | - |
| XYZ | 43.06 | 24.48 | 87.25 | - |
| YUV | 134.17 | 189.42 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 243 | 0.17 | 0.67 | 0 | 0.05 | 284.63 | 0.87 | 0.63 |
| Hex | C9 | 4F | F3 | 11 | 43 | 0 | 5 | 11D | 57 | 3F |
| Octal | 311 | 117 | 363 | 21 | 103 | 0 | 5 | 435 | 127 | 77 |
| Binary | 11001001 | 1001111 | 11110011 | 10001 | 1000011 | 0 | 101 | 100011101 | 1010111 | 111111 |
Color Harmonies of #C94FF3
Complementary color
Monochromatic Colors of #C94FF3
Black with #C94FF3
Text Example
Text Example
White with #C94FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FF3; }
p { color: rgb(201,79,243); }
H1.HeaderClassName
{
color: #C94FF3;
}
.AnyTagClassName
{
color: #C94FF3;
}
</style>
background-color css
<style>
a { background-color: #C94FF3; }
a { background-color: rgb(201,79,243); }
div.DivClassName
{
background-color: #C94FF3;
}
.BgClassName
{
background-color: #C94FF3;
}
</style>
border-color css
<style>
span { border-color: #C94FF3; }
span { border-color: rgb(201,79,243); }
td.TdClassName
{
border-color: #C94FF3;
}
.TagClassName
{
border-color: #C94FF3;
}
</style>