Shades of Medium Orchid #C65FCF
Tints of Medium Orchid #C65FCF
RGB
CMYK
RGB Variations
Color information
#C65FCF (or 0xC65FCF) is known color: Medium Orchid. HEX triplet: C6, 5F and CF. RGB value is (198,95,207). Sum of RGB (Red+Green+Blue) = 198+95+207=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C65FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FCF is #39A030. Grayscale: #8A8A8A. Windows color (decimal): -3776561 or 13590470. OLE color: 13590470.
HSL color Cylindrical-coordinate representation of color #C65FCF: hue angle of 295.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65FCF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 95 | 207 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.19 |
| HSL | 295.18º | 0.54% | 0.59% | - |
| HSV(B) | 295.18º | 0.54% | 0.81% | - |
| XYZ | 38.64 | 24.7 | 61.76 | - |
| YUV | 138.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 207 | 0.04 | 0.54 | 0 | 0.19 | 295.18 | 0.54 | 0.59 |
| Hex | C6 | 5F | CF | 4 | 36 | 0 | 13 | 127 | 36 | 3B |
| Octal | 306 | 137 | 317 | 4 | 66 | 0 | 23 | 447 | 66 | 73 |
| Binary | 11000110 | 1011111 | 11001111 | 100 | 110110 | 0 | 10011 | 100100111 | 110110 | 111011 |
Color Harmonies of #C65FCF
Complementary color
Monochromatic Colors of #C65FCF
Black with #C65FCF
Text Example
Text Example
White with #C65FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FCF; }
p { color: rgb(198,95,207); }
H1.HeaderClassName
{
color: #C65FCF;
}
.AnyTagClassName
{
color: #C65FCF;
}
</style>
background-color css
<style>
a { background-color: #C65FCF; }
a { background-color: rgb(198,95,207); }
div.DivClassName
{
background-color: #C65FCF;
}
.BgClassName
{
background-color: #C65FCF;
}
</style>
border-color css
<style>
span { border-color: #C65FCF; }
span { border-color: rgb(198,95,207); }
td.TdClassName
{
border-color: #C65FCF;
}
.TagClassName
{
border-color: #C65FCF;
}
</style>