Shades of Medium Orchid #C65ADA
Tints of Medium Orchid #C65ADA
RGB
CMYK
RGB Variations
Color information
#C65ADA (or 0xC65ADA) is known color: Medium Orchid. HEX triplet: C6, 5A and DA. RGB value is (198,90,218). Sum of RGB (Red+Green+Blue) = 198+90+218=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #C65ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ADA is #39A525. Grayscale: #888888. Windows color (decimal): -3777830 or 14310086. OLE color: 14310086.
HSL color Cylindrical-coordinate representation of color #C65ADA: hue angle of 290.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65ADA is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 90 | 218 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.15 |
| HSL | 290.63º | 0.63% | 0.6% | - |
| HSV(B) | 290.63º | 0.59% | 0.85% | - |
| XYZ | 39.6 | 24.38 | 68.95 | - |
| YUV | 136.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 218 | 0.09 | 0.59 | 0 | 0.15 | 290.63 | 0.63 | 0.6 |
| Hex | C6 | 5A | DA | 9 | 3B | 0 | F | 123 | 3F | 3C |
| Octal | 306 | 132 | 332 | 11 | 73 | 0 | 17 | 443 | 77 | 74 |
| Binary | 11000110 | 1011010 | 11011010 | 1001 | 111011 | 0 | 1111 | 100100011 | 111111 | 111100 |
Color Harmonies of #C65ADA
Complementary color
Monochromatic Colors of #C65ADA
Black with #C65ADA
Text Example
Text Example
White with #C65ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ADA; }
p { color: rgb(198,90,218); }
H1.HeaderClassName
{
color: #C65ADA;
}
.AnyTagClassName
{
color: #C65ADA;
}
</style>
background-color css
<style>
a { background-color: #C65ADA; }
a { background-color: rgb(198,90,218); }
div.DivClassName
{
background-color: #C65ADA;
}
.BgClassName
{
background-color: #C65ADA;
}
</style>
border-color css
<style>
span { border-color: #C65ADA; }
span { border-color: rgb(198,90,218); }
td.TdClassName
{
border-color: #C65ADA;
}
.TagClassName
{
border-color: #C65ADA;
}
</style>