Shades of Medium Orchid #C265CD
Tints of Medium Orchid #C265CD
RGB
CMYK
RGB Variations
Color information
#C265CD (or 0xC265CD) is known color: Medium Orchid. HEX triplet: C2, 65 and CD. RGB value is (194,101,205). Sum of RGB (Red+Green+Blue) = 194+101+205=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C265CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265CD is #3D9A32. Grayscale: #8C8C8C. Windows color (decimal): -4037171 or 13460930. OLE color: 13460930.
HSL color Cylindrical-coordinate representation of color #C265CD: hue angle of 293.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C265CD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 101 | 205 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.20 |
| HSL | 293.65º | 0.51% | 0.6% | - |
| HSV(B) | 293.65º | 0.51% | 0.8% | - |
| XYZ | 37.92 | 25.18 | 60.62 | - |
| YUV | 140.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 205 | 0.05 | 0.51 | 0 | 0.20 | 293.65 | 0.51 | 0.6 |
| Hex | C2 | 65 | CD | 5 | 33 | 0 | 14 | 126 | 33 | 3C |
| Octal | 302 | 145 | 315 | 5 | 63 | 0 | 24 | 446 | 63 | 74 |
| Binary | 11000010 | 1100101 | 11001101 | 101 | 110011 | 0 | 10100 | 100100110 | 110011 | 111100 |
Color Harmonies of #C265CD
Complementary color
Monochromatic Colors of #C265CD
Black with #C265CD
Text Example
Text Example
White with #C265CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265CD; }
p { color: rgb(194,101,205); }
H1.HeaderClassName
{
color: #C265CD;
}
.AnyTagClassName
{
color: #C265CD;
}
</style>
background-color css
<style>
a { background-color: #C265CD; }
a { background-color: rgb(194,101,205); }
div.DivClassName
{
background-color: #C265CD;
}
.BgClassName
{
background-color: #C265CD;
}
</style>
border-color css
<style>
span { border-color: #C265CD; }
span { border-color: rgb(194,101,205); }
td.TdClassName
{
border-color: #C265CD;
}
.TagClassName
{
border-color: #C265CD;
}
</style>