Shades of Medium Orchid #C645DA
Tints of Medium Orchid #C645DA
RGB
CMYK
RGB Variations
Color information
#C645DA (or 0xC645DA) is known color: Medium Orchid. HEX triplet: C6, 45 and DA. RGB value is (198,69,218). Sum of RGB (Red+Green+Blue) = 198+69+218=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #C645DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645DA is #39BA25. Grayscale: #7C7C7C. Windows color (decimal): -3783206 or 14304710. OLE color: 14304710.
HSL color Cylindrical-coordinate representation of color #C645DA: hue angle of 291.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C645DA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 69 | 218 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.15 |
| HSL | 291.95º | 0.67% | 0.56% | - |
| HSV(B) | 291.95º | 0.68% | 0.85% | - |
| XYZ | 38.07 | 21.32 | 68.44 | - |
| YUV | 124.56 | 180.74 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 218 | 0.09 | 0.68 | 0 | 0.15 | 291.95 | 0.67 | 0.56 |
| Hex | C6 | 45 | DA | 9 | 44 | 0 | F | 124 | 43 | 38 |
| Octal | 306 | 105 | 332 | 11 | 104 | 0 | 17 | 444 | 103 | 70 |
| Binary | 11000110 | 1000101 | 11011010 | 1001 | 1000100 | 0 | 1111 | 100100100 | 1000011 | 111000 |
Color Harmonies of #C645DA
Complementary color
Monochromatic Colors of #C645DA
Black with #C645DA
Text Example
Text Example
White with #C645DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645DA; }
p { color: rgb(198,69,218); }
H1.HeaderClassName
{
color: #C645DA;
}
.AnyTagClassName
{
color: #C645DA;
}
</style>
background-color css
<style>
a { background-color: #C645DA; }
a { background-color: rgb(198,69,218); }
div.DivClassName
{
background-color: #C645DA;
}
.BgClassName
{
background-color: #C645DA;
}
</style>
border-color css
<style>
span { border-color: #C645DA; }
span { border-color: rgb(198,69,218); }
td.TdClassName
{
border-color: #C645DA;
}
.TagClassName
{
border-color: #C645DA;
}
</style>