Shades of Medium Orchid #C94CE7
Tints of Medium Orchid #C94CE7
RGB
CMYK
RGB Variations
Color information
#C94CE7 (or 0xC94CE7) is known color: Medium Orchid. HEX triplet: C9, 4C and E7. RGB value is (201,76,231). Sum of RGB (Red+Green+Blue) = 201+76+231=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #C94CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94CE7 is #36B318. Grayscale: #828282. Windows color (decimal): -3584793 or 15158473. OLE color: 15158473.
HSL color Cylindrical-coordinate representation of color #C94CE7: hue angle of 288.39º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94CE7 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 76 | 231 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.09 |
| HSL | 288.39º | 0.76% | 0.6% | - |
| HSV(B) | 288.39º | 0.67% | 0.91% | - |
| XYZ | 41.1 | 23.36 | 77.94 | - |
| YUV | 131.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 231 | 0.13 | 0.67 | 0 | 0.09 | 288.39 | 0.76 | 0.6 |
| Hex | C9 | 4C | E7 | D | 43 | 0 | 9 | 120 | 4C | 3C |
| Octal | 311 | 114 | 347 | 15 | 103 | 0 | 11 | 440 | 114 | 74 |
| Binary | 11001001 | 1001100 | 11100111 | 1101 | 1000011 | 0 | 1001 | 100100000 | 1001100 | 111100 |
Color Harmonies of #C94CE7
Complementary color
Monochromatic Colors of #C94CE7
Black with #C94CE7
Text Example
Text Example
White with #C94CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CE7; }
p { color: rgb(201,76,231); }
H1.HeaderClassName
{
color: #C94CE7;
}
.AnyTagClassName
{
color: #C94CE7;
}
</style>
background-color css
<style>
a { background-color: #C94CE7; }
a { background-color: rgb(201,76,231); }
div.DivClassName
{
background-color: #C94CE7;
}
.BgClassName
{
background-color: #C94CE7;
}
</style>
border-color css
<style>
span { border-color: #C94CE7; }
span { border-color: rgb(201,76,231); }
td.TdClassName
{
border-color: #C94CE7;
}
.TagClassName
{
border-color: #C94CE7;
}
</style>