Shades of Medium Orchid #C75FDA
Tints of Medium Orchid #C75FDA
RGB
CMYK
RGB Variations
Color information
#C75FDA (or 0xC75FDA) is known color: Medium Orchid. HEX triplet: C7, 5F and DA. RGB value is (199,95,218). Sum of RGB (Red+Green+Blue) = 199+95+218=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C75FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FDA is #38A025. Grayscale: #8B8B8B. Windows color (decimal): -3711014 or 14311367. OLE color: 14311367.
HSL color Cylindrical-coordinate representation of color #C75FDA: hue angle of 290.73º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75FDA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 95 | 218 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.15 |
| HSL | 290.73º | 0.62% | 0.61% | - |
| HSV(B) | 290.73º | 0.56% | 0.85% | - |
| XYZ | 40.3 | 25.39 | 69.11 | - |
| YUV | 140.12 | 171.96 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 218 | 0.09 | 0.56 | 0 | 0.15 | 290.73 | 0.62 | 0.61 |
| Hex | C7 | 5F | DA | 9 | 38 | 0 | F | 123 | 3E | 3D |
| Octal | 307 | 137 | 332 | 11 | 70 | 0 | 17 | 443 | 76 | 75 |
| Binary | 11000111 | 1011111 | 11011010 | 1001 | 111000 | 0 | 1111 | 100100011 | 111110 | 111101 |
Color Harmonies of #C75FDA
Complementary color
Monochromatic Colors of #C75FDA
Black with #C75FDA
Text Example
Text Example
White with #C75FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FDA; }
p { color: rgb(199,95,218); }
H1.HeaderClassName
{
color: #C75FDA;
}
.AnyTagClassName
{
color: #C75FDA;
}
</style>
background-color css
<style>
a { background-color: #C75FDA; }
a { background-color: rgb(199,95,218); }
div.DivClassName
{
background-color: #C75FDA;
}
.BgClassName
{
background-color: #C75FDA;
}
</style>
border-color css
<style>
span { border-color: #C75FDA; }
span { border-color: rgb(199,95,218); }
td.TdClassName
{
border-color: #C75FDA;
}
.TagClassName
{
border-color: #C75FDA;
}
</style>