Shades of Medium Orchid #C94BFB
Tints of Medium Orchid #C94BFB
RGB
CMYK
RGB Variations
Color information
#C94BFB (or 0xC94BFB) is known color: Medium Orchid. HEX triplet: C9, 4B and FB. RGB value is (201,75,251). Sum of RGB (Red+Green+Blue) = 201+75+251=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 75 (29.69% from 255 or 14.23% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #C94BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BFB is #36B404. Grayscale: #848484. Windows color (decimal): -3585029 or 16468937. OLE color: 16468937.
HSL color Cylindrical-coordinate representation of color #C94BFB: hue angle of 282.95º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94BFB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 75 | 251 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.02 |
| HSL | 282.95º | 0.96% | 0.64% | - |
| HSV(B) | 282.95º | 0.7% | 0.98% | - |
| XYZ | 44.02 | 24.41 | 93.66 | - |
| YUV | 132.74 | 194.74 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 251 | 0.20 | 0.70 | 0 | 0.02 | 282.95 | 0.96 | 0.64 |
| Hex | C9 | 4B | FB | 14 | 46 | 0 | 2 | 11B | 60 | 40 |
| Octal | 311 | 113 | 373 | 24 | 106 | 0 | 2 | 433 | 140 | 100 |
| Binary | 11001001 | 1001011 | 11111011 | 10100 | 1000110 | 0 | 10 | 100011011 | 1100000 | 1000000 |
Color Harmonies of #C94BFB
Complementary color
Monochromatic Colors of #C94BFB
Black with #C94BFB
Text Example
Text Example
White with #C94BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BFB; }
p { color: rgb(201,75,251); }
H1.HeaderClassName
{
color: #C94BFB;
}
.AnyTagClassName
{
color: #C94BFB;
}
</style>
background-color css
<style>
a { background-color: #C94BFB; }
a { background-color: rgb(201,75,251); }
div.DivClassName
{
background-color: #C94BFB;
}
.BgClassName
{
background-color: #C94BFB;
}
</style>
border-color css
<style>
span { border-color: #C94BFB; }
span { border-color: rgb(201,75,251); }
td.TdClassName
{
border-color: #C94BFB;
}
.TagClassName
{
border-color: #C94BFB;
}
</style>