Shades of Medium Orchid #C664EB
Tints of Medium Orchid #C664EB
RGB
CMYK
RGB Variations
Color information
#C664EB (or 0xC664EB) is known color: Medium Orchid. HEX triplet: C6, 64 and EB. RGB value is (198,100,235). Sum of RGB (Red+Green+Blue) = 198+100+235=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #C664EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664EB is #399B14. Grayscale: #909090. Windows color (decimal): -3775253 or 15426758. OLE color: 15426758.
HSL color Cylindrical-coordinate representation of color #C664EB: hue angle of 283.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C664EB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 198 | 100 | 235 | - |
CMYK | 0.16 | 0.57 | 0 | 0.08 |
HSL | 283.56º | 0.77% | 0.66% | - |
HSV(B) | 283.56º | 0.57% | 0.92% | - |
XYZ | 42.84 | 27.12 | 81.57 | - |
YUV | 144.69 | 178.97 | 166.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 100 | 235 | 0.16 | 0.57 | 0 | 0.08 | 283.56 | 0.77 | 0.66 |
Hex | C6 | 64 | EB | 10 | 39 | 0 | 8 | 11C | 4D | 42 |
Octal | 306 | 144 | 353 | 20 | 71 | 0 | 10 | 434 | 115 | 102 |
Binary | 11000110 | 1100100 | 11101011 | 10000 | 111001 | 0 | 1000 | 100011100 | 1001101 | 1000010 |
Color Harmonies of #C664EB
Complementary color
Monochromatic Colors of #C664EB
Black with #C664EB
Text Example
Text Example
White with #C664EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664EB; }
p { color: rgb(198,100,235); }
H1.HeaderClassName
{
color: #C664EB;
}
.AnyTagClassName
{
color: #C664EB;
}
</style>
background-color css
<style>
a { background-color: #C664EB; }
a { background-color: rgb(198,100,235); }
div.DivClassName
{
background-color: #C664EB;
}
.BgClassName
{
background-color: #C664EB;
}
</style>
border-color css
<style>
span { border-color: #C664EB; }
span { border-color: rgb(198,100,235); }
td.TdClassName
{
border-color: #C664EB;
}
.TagClassName
{
border-color: #C664EB;
}
</style>