Shades of Medium Orchid #C945FD
Tints of Medium Orchid #C945FD
RGB
CMYK
RGB Variations
Color information
#C945FD (or 0xC945FD) is known color: Medium Orchid. HEX triplet: C9, 45 and FD. RGB value is (201,69,253). Sum of RGB (Red+Green+Blue) = 201+69+253=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 69 (27.34% from 255 or 13.19% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #C945FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C945FD is #36BA02. Grayscale: #808080. Windows color (decimal): -3586563 or 16598473. OLE color: 16598473.
HSL color Cylindrical-coordinate representation of color #C945FD: hue angle of 283.04º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C945FD is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 69 | 253 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.01 |
| HSL | 283.04º | 0.98% | 0.63% | - |
| HSV(B) | 283.04º | 0.73% | 0.99% | - |
| XYZ | 43.95 | 23.77 | 95.2 | - |
| YUV | 129.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 253 | 0.21 | 0.73 | 0 | 0.01 | 283.04 | 0.98 | 0.63 |
| Hex | C9 | 45 | FD | 15 | 49 | 0 | 1 | 11B | 62 | 3F |
| Octal | 311 | 105 | 375 | 25 | 111 | 0 | 1 | 433 | 142 | 77 |
| Binary | 11001001 | 1000101 | 11111101 | 10101 | 1001001 | 0 | 1 | 100011011 | 1100010 | 111111 |
Color Harmonies of #C945FD
Complementary color
Monochromatic Colors of #C945FD
Black with #C945FD
Text Example
Text Example
White with #C945FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945FD; }
p { color: rgb(201,69,253); }
H1.HeaderClassName
{
color: #C945FD;
}
.AnyTagClassName
{
color: #C945FD;
}
</style>
background-color css
<style>
a { background-color: #C945FD; }
a { background-color: rgb(201,69,253); }
div.DivClassName
{
background-color: #C945FD;
}
.BgClassName
{
background-color: #C945FD;
}
</style>
border-color css
<style>
span { border-color: #C945FD; }
span { border-color: rgb(201,69,253); }
td.TdClassName
{
border-color: #C945FD;
}
.TagClassName
{
border-color: #C945FD;
}
</style>