Shades of Medium Orchid #C264D3
Tints of Medium Orchid #C264D3
RGB
CMYK
RGB Variations
Color information
#C264D3 (or 0xC264D3) is known color: Medium Orchid. HEX triplet: C2, 64 and D3. RGB value is (194,100,211). Sum of RGB (Red+Green+Blue) = 194+100+211=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #C264D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264D3 is #3D9B2C. Grayscale: #8C8C8C. Windows color (decimal): -4037421 or 13853890. OLE color: 13853890.
HSL color Cylindrical-coordinate representation of color #C264D3: hue angle of 290.81º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C264D3 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 100 | 211 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.17 |
| HSL | 290.81º | 0.56% | 0.61% | - |
| HSV(B) | 290.81º | 0.53% | 0.83% | - |
| XYZ | 38.56 | 25.29 | 64.48 | - |
| YUV | 140.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 211 | 0.08 | 0.53 | 0 | 0.17 | 290.81 | 0.56 | 0.61 |
| Hex | C2 | 64 | D3 | 8 | 35 | 0 | 11 | 123 | 38 | 3D |
| Octal | 302 | 144 | 323 | 10 | 65 | 0 | 21 | 443 | 70 | 75 |
| Binary | 11000010 | 1100100 | 11010011 | 1000 | 110101 | 0 | 10001 | 100100011 | 111000 | 111101 |
Color Harmonies of #C264D3
Complementary color
Monochromatic Colors of #C264D3
Black with #C264D3
Text Example
Text Example
White with #C264D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264D3; }
p { color: rgb(194,100,211); }
H1.HeaderClassName
{
color: #C264D3;
}
.AnyTagClassName
{
color: #C264D3;
}
</style>
background-color css
<style>
a { background-color: #C264D3; }
a { background-color: rgb(194,100,211); }
div.DivClassName
{
background-color: #C264D3;
}
.BgClassName
{
background-color: #C264D3;
}
</style>
border-color css
<style>
span { border-color: #C264D3; }
span { border-color: rgb(194,100,211); }
td.TdClassName
{
border-color: #C264D3;
}
.TagClassName
{
border-color: #C264D3;
}
</style>