Shades of Medium Orchid #C95FD4
Tints of Medium Orchid #C95FD4
RGB
CMYK
RGB Variations
Color information
#C95FD4 (or 0xC95FD4) is known color: Medium Orchid. HEX triplet: C9, 5F and D4. RGB value is (201,95,212). Sum of RGB (Red+Green+Blue) = 201+95+212=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #C95FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FD4 is #36A02B. Grayscale: #8B8B8B. Windows color (decimal): -3579948 or 13918153. OLE color: 13918153.
HSL color Cylindrical-coordinate representation of color #C95FD4: hue angle of 294.36º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95FD4 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 201 | 95 | 212 | - |
CMYK | 0.05 | 0.55 | 0 | 0.17 |
HSL | 294.36º | 0.58% | 0.6% | - |
HSV(B) | 294.36º | 0.55% | 0.83% | - |
XYZ | 40.06 | 25.36 | 65.07 | - |
YUV | 140.03 | 168.62 | 171.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 95 | 212 | 0.05 | 0.55 | 0 | 0.17 | 294.36 | 0.58 | 0.6 |
Hex | C9 | 5F | D4 | 5 | 37 | 0 | 11 | 126 | 3A | 3C |
Octal | 311 | 137 | 324 | 5 | 67 | 0 | 21 | 446 | 72 | 74 |
Binary | 11001001 | 1011111 | 11010100 | 101 | 110111 | 0 | 10001 | 100100110 | 111010 | 111100 |
Color Harmonies of #C95FD4
Complementary color
Monochromatic Colors of #C95FD4
Black with #C95FD4
Text Example
Text Example
White with #C95FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FD4; }
p { color: rgb(201,95,212); }
H1.HeaderClassName
{
color: #C95FD4;
}
.AnyTagClassName
{
color: #C95FD4;
}
</style>
background-color css
<style>
a { background-color: #C95FD4; }
a { background-color: rgb(201,95,212); }
div.DivClassName
{
background-color: #C95FD4;
}
.BgClassName
{
background-color: #C95FD4;
}
</style>
border-color css
<style>
span { border-color: #C95FD4; }
span { border-color: rgb(201,95,212); }
td.TdClassName
{
border-color: #C95FD4;
}
.TagClassName
{
border-color: #C95FD4;
}
</style>