Shades of Medium Orchid #C065CB
Tints of Medium Orchid #C065CB
RGB
CMYK
RGB Variations
Color information
#C065CB (or 0xC065CB) is known color: Medium Orchid. HEX triplet: C0, 65 and CB. RGB value is (192,101,203). Sum of RGB (Red+Green+Blue) = 192+101+203=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #C065CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065CB is #3F9A34. Grayscale: #8B8B8B. Windows color (decimal): -4168245 or 13329856. OLE color: 13329856.
HSL color Cylindrical-coordinate representation of color #C065CB: hue angle of 293.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C065CB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 101 | 203 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.20 |
| HSL | 293.53º | 0.5% | 0.6% | - |
| HSV(B) | 293.53º | 0.5% | 0.8% | - |
| XYZ | 37.17 | 24.83 | 59.33 | - |
| YUV | 139.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 203 | 0.05 | 0.50 | 0 | 0.20 | 293.53 | 0.5 | 0.6 |
| Hex | C0 | 65 | CB | 5 | 32 | 0 | 14 | 126 | 32 | 3C |
| Octal | 300 | 145 | 313 | 5 | 62 | 0 | 24 | 446 | 62 | 74 |
| Binary | 11000000 | 1100101 | 11001011 | 101 | 110010 | 0 | 10100 | 100100110 | 110010 | 111100 |
Color Harmonies of #C065CB
Complementary color
Monochromatic Colors of #C065CB
Black with #C065CB
Text Example
Text Example
White with #C065CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065CB; }
p { color: rgb(192,101,203); }
H1.HeaderClassName
{
color: #C065CB;
}
.AnyTagClassName
{
color: #C065CB;
}
</style>
background-color css
<style>
a { background-color: #C065CB; }
a { background-color: rgb(192,101,203); }
div.DivClassName
{
background-color: #C065CB;
}
.BgClassName
{
background-color: #C065CB;
}
</style>
border-color css
<style>
span { border-color: #C065CB; }
span { border-color: rgb(192,101,203); }
td.TdClassName
{
border-color: #C065CB;
}
.TagClassName
{
border-color: #C065CB;
}
</style>