Shades of Medium Orchid #C064CB
Tints of Medium Orchid #C064CB
RGB
CMYK
RGB Variations
Color information
#C064CB (or 0xC064CB) is known color: Medium Orchid. HEX triplet: C0, 64 and CB. RGB value is (192,100,203). Sum of RGB (Red+Green+Blue) = 192+100+203=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #C064CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064CB is #3F9B34. Grayscale: #8A8A8A. Windows color (decimal): -4168501 or 13329600. OLE color: 13329600.
HSL color Cylindrical-coordinate representation of color #C064CB: hue angle of 293.59º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C064CB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 100 | 203 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.20 |
| HSL | 293.59º | 0.5% | 0.59% | - |
| HSV(B) | 293.59º | 0.51% | 0.8% | - |
| XYZ | 37.07 | 24.63 | 59.3 | - |
| YUV | 139.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 203 | 0.05 | 0.51 | 0 | 0.20 | 293.59 | 0.5 | 0.59 |
| Hex | C0 | 64 | CB | 5 | 33 | 0 | 14 | 126 | 32 | 3B |
| Octal | 300 | 144 | 313 | 5 | 63 | 0 | 24 | 446 | 62 | 73 |
| Binary | 11000000 | 1100100 | 11001011 | 101 | 110011 | 0 | 10100 | 100100110 | 110010 | 111011 |
Color Harmonies of #C064CB
Complementary color
Monochromatic Colors of #C064CB
Black with #C064CB
Text Example
Text Example
White with #C064CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064CB; }
p { color: rgb(192,100,203); }
H1.HeaderClassName
{
color: #C064CB;
}
.AnyTagClassName
{
color: #C064CB;
}
</style>
background-color css
<style>
a { background-color: #C064CB; }
a { background-color: rgb(192,100,203); }
div.DivClassName
{
background-color: #C064CB;
}
.BgClassName
{
background-color: #C064CB;
}
</style>
border-color css
<style>
span { border-color: #C064CB; }
span { border-color: rgb(192,100,203); }
td.TdClassName
{
border-color: #C064CB;
}
.TagClassName
{
border-color: #C064CB;
}
</style>