Shades of Medium Orchid #C65FDF
Tints of Medium Orchid #C65FDF
RGB
CMYK
RGB Variations
Color information
#C65FDF (or 0xC65FDF) is known color: Medium Orchid. HEX triplet: C6, 5F and DF. RGB value is (198,95,223). Sum of RGB (Red+Green+Blue) = 198+95+223=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C65FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FDF is #39A020. Grayscale: #8B8B8B. Windows color (decimal): -3776545 or 14639046. OLE color: 14639046.
HSL color Cylindrical-coordinate representation of color #C65FDF: hue angle of 288.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65FDF is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 95 | 223 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.13 |
| HSL | 288.28º | 0.67% | 0.62% | - |
| HSV(B) | 288.28º | 0.57% | 0.87% | - |
| XYZ | 40.7 | 25.52 | 72.59 | - |
| YUV | 140.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 223 | 0.11 | 0.57 | 0 | 0.13 | 288.28 | 0.67 | 0.62 |
| Hex | C6 | 5F | DF | B | 39 | 0 | D | 120 | 43 | 3E |
| Octal | 306 | 137 | 337 | 13 | 71 | 0 | 15 | 440 | 103 | 76 |
| Binary | 11000110 | 1011111 | 11011111 | 1011 | 111001 | 0 | 1101 | 100100000 | 1000011 | 111110 |
Color Harmonies of #C65FDF
Complementary color
Monochromatic Colors of #C65FDF
Black with #C65FDF
Text Example
Text Example
White with #C65FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FDF; }
p { color: rgb(198,95,223); }
H1.HeaderClassName
{
color: #C65FDF;
}
.AnyTagClassName
{
color: #C65FDF;
}
</style>
background-color css
<style>
a { background-color: #C65FDF; }
a { background-color: rgb(198,95,223); }
div.DivClassName
{
background-color: #C65FDF;
}
.BgClassName
{
background-color: #C65FDF;
}
</style>
border-color css
<style>
span { border-color: #C65FDF; }
span { border-color: rgb(198,95,223); }
td.TdClassName
{
border-color: #C65FDF;
}
.TagClassName
{
border-color: #C65FDF;
}
</style>