Shades of Medium Orchid #C95FD2
Tints of Medium Orchid #C95FD2
RGB
CMYK
RGB Variations
Color information
#C95FD2 (or 0xC95FD2) is known color: Medium Orchid. HEX triplet: C9, 5F and D2. RGB value is (201,95,210). Sum of RGB (Red+Green+Blue) = 201+95+210=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 210 - color contains mainly: blue. Hex color #C95FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FD2 is #36A02D. Grayscale: #8B8B8B. Windows color (decimal): -3579950 or 13787081. OLE color: 13787081.
HSL color Cylindrical-coordinate representation of color #C95FD2: hue angle of 295.3º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95FD2 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 201 | 95 | 210 | - |
CMYK | 0.04 | 0.55 | 0 | 0.18 |
HSL | 295.3º | 0.56% | 0.6% | - |
HSV(B) | 295.3º | 0.55% | 0.82% | - |
XYZ | 39.81 | 25.26 | 63.75 | - |
YUV | 139.8 | 167.62 | 171.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 95 | 210 | 0.04 | 0.55 | 0 | 0.18 | 295.3 | 0.56 | 0.6 |
Hex | C9 | 5F | D2 | 4 | 37 | 0 | 12 | 127 | 38 | 3C |
Octal | 311 | 137 | 322 | 4 | 67 | 0 | 22 | 447 | 70 | 74 |
Binary | 11001001 | 1011111 | 11010010 | 100 | 110111 | 0 | 10010 | 100100111 | 111000 | 111100 |
Color Harmonies of #C95FD2
Complementary color
Monochromatic Colors of #C95FD2
Black with #C95FD2
Text Example
Text Example
White with #C95FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FD2; }
p { color: rgb(201,95,210); }
H1.HeaderClassName
{
color: #C95FD2;
}
.AnyTagClassName
{
color: #C95FD2;
}
</style>
background-color css
<style>
a { background-color: #C95FD2; }
a { background-color: rgb(201,95,210); }
div.DivClassName
{
background-color: #C95FD2;
}
.BgClassName
{
background-color: #C95FD2;
}
</style>
border-color css
<style>
span { border-color: #C95FD2; }
span { border-color: rgb(201,95,210); }
td.TdClassName
{
border-color: #C95FD2;
}
.TagClassName
{
border-color: #C95FD2;
}
</style>