Shades of Medium Orchid #C265CC
Tints of Medium Orchid #C265CC
RGB
CMYK
RGB Variations
Color information
#C265CC (or 0xC265CC) is known color: Medium Orchid. HEX triplet: C2, 65 and CC. RGB value is (194,101,204). Sum of RGB (Red+Green+Blue) = 194+101+204=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C265CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265CC is #3D9A33. Grayscale: #8C8C8C. Windows color (decimal): -4037172 or 13395394. OLE color: 13395394.
HSL color Cylindrical-coordinate representation of color #C265CC: hue angle of 294.17º 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 #C265CC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 101 | 204 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.2 |
| HSL | 294.17º | 0.5% | 0.6% | - |
| HSV(B) | 294.17º | 0.5% | 0.8% | - |
| XYZ | 37.8 | 25.14 | 59.99 | - |
| YUV | 140.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 204 | 0.05 | 0.50 | 0 | 0.2 | 294.17 | 0.5 | 0.6 |
| Hex | C2 | 65 | CC | 5 | 32 | 0 | 14 | 126 | 32 | 3C |
| Octal | 302 | 145 | 314 | 5 | 62 | 0 | 24 | 446 | 62 | 74 |
| Binary | 11000010 | 1100101 | 11001100 | 101 | 110010 | 0 | 10100 | 100100110 | 110010 | 111100 |
Color Harmonies of #C265CC
Complementary color
Monochromatic Colors of #C265CC
Black with #C265CC
Text Example
Text Example
White with #C265CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265CC; }
p { color: rgb(194,101,204); }
H1.HeaderClassName
{
color: #C265CC;
}
.AnyTagClassName
{
color: #C265CC;
}
</style>
background-color css
<style>
a { background-color: #C265CC; }
a { background-color: rgb(194,101,204); }
div.DivClassName
{
background-color: #C265CC;
}
.BgClassName
{
background-color: #C265CC;
}
</style>
border-color css
<style>
span { border-color: #C265CC; }
span { border-color: rgb(194,101,204); }
td.TdClassName
{
border-color: #C265CC;
}
.TagClassName
{
border-color: #C265CC;
}
</style>