Shades of Medium Orchid #C265D5
Tints of Medium Orchid #C265D5
RGB
CMYK
RGB Variations
Color information
#C265D5 (or 0xC265D5) is known color: Medium Orchid. HEX triplet: C2, 65 and D5. RGB value is (194,101,213). Sum of RGB (Red+Green+Blue) = 194+101+213=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #C265D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265D5 is #3D9A2A. Grayscale: #8D8D8D. Windows color (decimal): -4037163 or 13985218. OLE color: 13985218.
HSL color Cylindrical-coordinate representation of color #C265D5: hue angle of 289.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C265D5 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 101 | 213 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.16 |
| HSL | 289.82º | 0.57% | 0.62% | - |
| HSV(B) | 289.82º | 0.53% | 0.84% | - |
| XYZ | 38.91 | 25.58 | 65.84 | - |
| YUV | 141.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 213 | 0.09 | 0.53 | 0 | 0.16 | 289.82 | 0.57 | 0.62 |
| Hex | C2 | 65 | D5 | 9 | 35 | 0 | 10 | 122 | 39 | 3E |
| Octal | 302 | 145 | 325 | 11 | 65 | 0 | 20 | 442 | 71 | 76 |
| Binary | 11000010 | 1100101 | 11010101 | 1001 | 110101 | 0 | 10000 | 100100010 | 111001 | 111110 |
Color Harmonies of #C265D5
Complementary color
Monochromatic Colors of #C265D5
Black with #C265D5
Text Example
Text Example
White with #C265D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265D5; }
p { color: rgb(194,101,213); }
H1.HeaderClassName
{
color: #C265D5;
}
.AnyTagClassName
{
color: #C265D5;
}
</style>
background-color css
<style>
a { background-color: #C265D5; }
a { background-color: rgb(194,101,213); }
div.DivClassName
{
background-color: #C265D5;
}
.BgClassName
{
background-color: #C265D5;
}
</style>
border-color css
<style>
span { border-color: #C265D5; }
span { border-color: rgb(194,101,213); }
td.TdClassName
{
border-color: #C265D5;
}
.TagClassName
{
border-color: #C265D5;
}
</style>