Shades of Medium Orchid #C064EE
Tints of Medium Orchid #C064EE
RGB
CMYK
RGB Variations
Color information
#C064EE (or 0xC064EE) is known color: Medium Orchid. HEX triplet: C0, 64 and EE. RGB value is (192,100,238). Sum of RGB (Red+Green+Blue) = 192+100+238=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #C064EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064EE is #3F9B11. Grayscale: #8E8E8E. Windows color (decimal): -4168466 or 15623360. OLE color: 15623360.
HSL color Cylindrical-coordinate representation of color #C064EE: hue angle of 280º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C064EE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 100 | 238 | - |
CMYK | 0.19 | 0.58 | 0 | 0.07 |
HSL | 280º | 0.8% | 0.66% | - |
HSV(B) | 280º | 0.58% | 0.93% | - |
XYZ | 41.73 | 26.49 | 83.8 | - |
YUV | 143.24 | 181.48 | 162.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 100 | 238 | 0.19 | 0.58 | 0 | 0.07 | 280 | 0.8 | 0.66 |
Hex | C0 | 64 | EE | 13 | 3A | 0 | 7 | 118 | 50 | 42 |
Octal | 300 | 144 | 356 | 23 | 72 | 0 | 7 | 430 | 120 | 102 |
Binary | 11000000 | 1100100 | 11101110 | 10011 | 111010 | 0 | 111 | 100011000 | 1010000 | 1000010 |
Color Harmonies of #C064EE
Complementary color
Monochromatic Colors of #C064EE
Black with #C064EE
Text Example
Text Example
White with #C064EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064EE; }
p { color: rgb(192,100,238); }
H1.HeaderClassName
{
color: #C064EE;
}
.AnyTagClassName
{
color: #C064EE;
}
</style>
background-color css
<style>
a { background-color: #C064EE; }
a { background-color: rgb(192,100,238); }
div.DivClassName
{
background-color: #C064EE;
}
.BgClassName
{
background-color: #C064EE;
}
</style>
border-color css
<style>
span { border-color: #C064EE; }
span { border-color: rgb(192,100,238); }
td.TdClassName
{
border-color: #C064EE;
}
.TagClassName
{
border-color: #C064EE;
}
</style>