Shades of Medium Orchid #C264D0
Tints of Medium Orchid #C264D0
RGB
CMYK
RGB Variations
Color information
#C264D0 (or 0xC264D0) is known color: Medium Orchid. HEX triplet: C2, 64 and D0. RGB value is (194,100,208). Sum of RGB (Red+Green+Blue) = 194+100+208=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #C264D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264D0 is #3D9B2F. Grayscale: #8C8C8C. Windows color (decimal): -4037424 or 13657282. OLE color: 13657282.
HSL color Cylindrical-coordinate representation of color #C264D0: hue angle of 292.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C264D0 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 100 | 208 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.18 |
| HSL | 292.22º | 0.53% | 0.6% | - |
| HSV(B) | 292.22º | 0.52% | 0.82% | - |
| XYZ | 38.19 | 25.14 | 62.51 | - |
| YUV | 140.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 208 | 0.07 | 0.52 | 0 | 0.18 | 292.22 | 0.53 | 0.6 |
| Hex | C2 | 64 | D0 | 7 | 34 | 0 | 12 | 124 | 35 | 3C |
| Octal | 302 | 144 | 320 | 7 | 64 | 0 | 22 | 444 | 65 | 74 |
| Binary | 11000010 | 1100100 | 11010000 | 111 | 110100 | 0 | 10010 | 100100100 | 110101 | 111100 |
Color Harmonies of #C264D0
Complementary color
Monochromatic Colors of #C264D0
Black with #C264D0
Text Example
Text Example
White with #C264D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264D0; }
p { color: rgb(194,100,208); }
H1.HeaderClassName
{
color: #C264D0;
}
.AnyTagClassName
{
color: #C264D0;
}
</style>
background-color css
<style>
a { background-color: #C264D0; }
a { background-color: rgb(194,100,208); }
div.DivClassName
{
background-color: #C264D0;
}
.BgClassName
{
background-color: #C264D0;
}
</style>
border-color css
<style>
span { border-color: #C264D0; }
span { border-color: rgb(194,100,208); }
td.TdClassName
{
border-color: #C264D0;
}
.TagClassName
{
border-color: #C264D0;
}
</style>