Shades of Medium Orchid #C261CC
Tints of Medium Orchid #C261CC
RGB
CMYK
RGB Variations
Color information
#C261CC (or 0xC261CC) is known color: Medium Orchid. HEX triplet: C2, 61 and CC. RGB value is (194,97,204). Sum of RGB (Red+Green+Blue) = 194+97+204=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C261CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261CC is #3D9E33. Grayscale: #898989. Windows color (decimal): -4038196 or 13394370. OLE color: 13394370.
HSL color Cylindrical-coordinate representation of color #C261CC: hue angle of 294.39º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C261CC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 97 | 204 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.2 |
| HSL | 294.39º | 0.51% | 0.59% | - |
| HSV(B) | 294.39º | 0.52% | 0.8% | - |
| XYZ | 37.42 | 24.38 | 59.86 | - |
| YUV | 138.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 204 | 0.05 | 0.52 | 0 | 0.2 | 294.39 | 0.51 | 0.59 |
| Hex | C2 | 61 | CC | 5 | 34 | 0 | 14 | 126 | 33 | 3B |
| Octal | 302 | 141 | 314 | 5 | 64 | 0 | 24 | 446 | 63 | 73 |
| Binary | 11000010 | 1100001 | 11001100 | 101 | 110100 | 0 | 10100 | 100100110 | 110011 | 111011 |
Color Harmonies of #C261CC
Complementary color
Monochromatic Colors of #C261CC
Black with #C261CC
Text Example
Text Example
White with #C261CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261CC; }
p { color: rgb(194,97,204); }
H1.HeaderClassName
{
color: #C261CC;
}
.AnyTagClassName
{
color: #C261CC;
}
</style>
background-color css
<style>
a { background-color: #C261CC; }
a { background-color: rgb(194,97,204); }
div.DivClassName
{
background-color: #C261CC;
}
.BgClassName
{
background-color: #C261CC;
}
</style>
border-color css
<style>
span { border-color: #C261CC; }
span { border-color: rgb(194,97,204); }
td.TdClassName
{
border-color: #C261CC;
}
.TagClassName
{
border-color: #C261CC;
}
</style>