Shades of Medium Orchid #C264CD
Tints of Medium Orchid #C264CD
RGB
CMYK
RGB Variations
Color information
#C264CD (or 0xC264CD) is known color: Medium Orchid. HEX triplet: C2, 64 and CD. RGB value is (194,100,205). Sum of RGB (Red+Green+Blue) = 194+100+205=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C264CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264CD is #3D9B32. Grayscale: #8B8B8B. Windows color (decimal): -4037427 or 13460674. OLE color: 13460674.
HSL color Cylindrical-coordinate representation of color #C264CD: hue angle of 293.71º 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 #C264CD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 100 | 205 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.20 |
| HSL | 293.71º | 0.51% | 0.6% | - |
| HSV(B) | 293.71º | 0.51% | 0.8% | - |
| XYZ | 37.82 | 24.99 | 60.59 | - |
| YUV | 140.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 205 | 0.05 | 0.51 | 0 | 0.20 | 293.71 | 0.51 | 0.6 |
| Hex | C2 | 64 | CD | 5 | 33 | 0 | 14 | 126 | 33 | 3C |
| Octal | 302 | 144 | 315 | 5 | 63 | 0 | 24 | 446 | 63 | 74 |
| Binary | 11000010 | 1100100 | 11001101 | 101 | 110011 | 0 | 10100 | 100100110 | 110011 | 111100 |
Color Harmonies of #C264CD
Complementary color
Monochromatic Colors of #C264CD
Black with #C264CD
Text Example
Text Example
White with #C264CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264CD; }
p { color: rgb(194,100,205); }
H1.HeaderClassName
{
color: #C264CD;
}
.AnyTagClassName
{
color: #C264CD;
}
</style>
background-color css
<style>
a { background-color: #C264CD; }
a { background-color: rgb(194,100,205); }
div.DivClassName
{
background-color: #C264CD;
}
.BgClassName
{
background-color: #C264CD;
}
</style>
border-color css
<style>
span { border-color: #C264CD; }
span { border-color: rgb(194,100,205); }
td.TdClassName
{
border-color: #C264CD;
}
.TagClassName
{
border-color: #C264CD;
}
</style>