Shades of Medium Orchid #C648EA
Tints of Medium Orchid #C648EA
RGB
CMYK
RGB Variations
Color information
#C648EA (or 0xC648EA) is known color: Medium Orchid. HEX triplet: C6, 48 and EA. RGB value is (198,72,234). Sum of RGB (Red+Green+Blue) = 198+72+234=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #C648EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C648EA is #39B715. Grayscale: #7F7F7F. Windows color (decimal): -3782422 or 15354054. OLE color: 15354054.
HSL color Cylindrical-coordinate representation of color #C648EA: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C648EA is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 72 | 234 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.08 |
| HSL | 286.67º | 0.79% | 0.6% | - |
| HSV(B) | 286.67º | 0.69% | 0.92% | - |
| XYZ | 40.46 | 22.58 | 80.07 | - |
| YUV | 128.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 234 | 0.15 | 0.69 | 0 | 0.08 | 286.67 | 0.79 | 0.6 |
| Hex | C6 | 48 | EA | F | 45 | 0 | 8 | 11F | 4F | 3C |
| Octal | 306 | 110 | 352 | 17 | 105 | 0 | 10 | 437 | 117 | 74 |
| Binary | 11000110 | 1001000 | 11101010 | 1111 | 1000101 | 0 | 1000 | 100011111 | 1001111 | 111100 |
Color Harmonies of #C648EA
Complementary color
Monochromatic Colors of #C648EA
Black with #C648EA
Text Example
Text Example
White with #C648EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648EA; }
p { color: rgb(198,72,234); }
H1.HeaderClassName
{
color: #C648EA;
}
.AnyTagClassName
{
color: #C648EA;
}
</style>
background-color css
<style>
a { background-color: #C648EA; }
a { background-color: rgb(198,72,234); }
div.DivClassName
{
background-color: #C648EA;
}
.BgClassName
{
background-color: #C648EA;
}
</style>
border-color css
<style>
span { border-color: #C648EA; }
span { border-color: rgb(198,72,234); }
td.TdClassName
{
border-color: #C648EA;
}
.TagClassName
{
border-color: #C648EA;
}
</style>