Shades of Medium Orchid #C65ADB
Tints of Medium Orchid #C65ADB
RGB
CMYK
RGB Variations
Color information
#C65ADB (or 0xC65ADB) is known color: Medium Orchid. HEX triplet: C6, 5A and DB. RGB value is (198,90,219). Sum of RGB (Red+Green+Blue) = 198+90+219=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #C65ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ADB is #39A524. Grayscale: #888888. Windows color (decimal): -3777829 or 14375622. OLE color: 14375622.
HSL color Cylindrical-coordinate representation of color #C65ADB: hue angle of 290.23º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65ADB is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 90 | 219 | - |
CMYK | 0.10 | 0.59 | 0 | 0.14 |
HSL | 290.23º | 0.64% | 0.61% | - |
HSV(B) | 290.23º | 0.59% | 0.86% | - |
XYZ | 39.73 | 24.43 | 69.64 | - |
YUV | 137 | 174.28 | 171.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 90 | 219 | 0.10 | 0.59 | 0 | 0.14 | 290.23 | 0.64 | 0.61 |
Hex | C6 | 5A | DB | A | 3B | 0 | E | 122 | 40 | 3D |
Octal | 306 | 132 | 333 | 12 | 73 | 0 | 16 | 442 | 100 | 75 |
Binary | 11000110 | 1011010 | 11011011 | 1010 | 111011 | 0 | 1110 | 100100010 | 1000000 | 111101 |
Color Harmonies of #C65ADB
Complementary color
Monochromatic Colors of #C65ADB
Black with #C65ADB
Text Example
Text Example
White with #C65ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ADB; }
p { color: rgb(198,90,219); }
H1.HeaderClassName
{
color: #C65ADB;
}
.AnyTagClassName
{
color: #C65ADB;
}
</style>
background-color css
<style>
a { background-color: #C65ADB; }
a { background-color: rgb(198,90,219); }
div.DivClassName
{
background-color: #C65ADB;
}
.BgClassName
{
background-color: #C65ADB;
}
</style>
border-color css
<style>
span { border-color: #C65ADB; }
span { border-color: rgb(198,90,219); }
td.TdClassName
{
border-color: #C65ADB;
}
.TagClassName
{
border-color: #C65ADB;
}
</style>