Shades of Medium Orchid #C648D2
Tints of Medium Orchid #C648D2
RGB
CMYK
RGB Variations
Color information
#C648D2 (or 0xC648D2) is known color: Medium Orchid. HEX triplet: C6, 48 and D2. RGB value is (198,72,210). Sum of RGB (Red+Green+Blue) = 198+72+210=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #C648D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648D2 is #39B72D. Grayscale: #7C7C7C. Windows color (decimal): -3782446 or 13781190. OLE color: 13781190.
HSL color Cylindrical-coordinate representation of color #C648D2: hue angle of 294.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C648D2 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 72 | 210 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.18 |
| HSL | 294.78º | 0.61% | 0.55% | - |
| HSV(B) | 294.78º | 0.66% | 0.82% | - |
| XYZ | 37.24 | 21.29 | 63.12 | - |
| YUV | 125.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 210 | 0.06 | 0.66 | 0 | 0.18 | 294.78 | 0.61 | 0.55 |
| Hex | C6 | 48 | D2 | 6 | 42 | 0 | 12 | 127 | 3D | 37 |
| Octal | 306 | 110 | 322 | 6 | 102 | 0 | 22 | 447 | 75 | 67 |
| Binary | 11000110 | 1001000 | 11010010 | 110 | 1000010 | 0 | 10010 | 100100111 | 111101 | 110111 |
Color Harmonies of #C648D2
Complementary color
Monochromatic Colors of #C648D2
Black with #C648D2
Text Example
Text Example
White with #C648D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648D2; }
p { color: rgb(198,72,210); }
H1.HeaderClassName
{
color: #C648D2;
}
.AnyTagClassName
{
color: #C648D2;
}
</style>
background-color css
<style>
a { background-color: #C648D2; }
a { background-color: rgb(198,72,210); }
div.DivClassName
{
background-color: #C648D2;
}
.BgClassName
{
background-color: #C648D2;
}
</style>
border-color css
<style>
span { border-color: #C648D2; }
span { border-color: rgb(198,72,210); }
td.TdClassName
{
border-color: #C648D2;
}
.TagClassName
{
border-color: #C648D2;
}
</style>