Shades of Medium Orchid #C264CF
Tints of Medium Orchid #C264CF
RGB
CMYK
RGB Variations
Color information
#C264CF (or 0xC264CF) is known color: Medium Orchid. HEX triplet: C2, 64 and CF. RGB value is (194,100,207). Sum of RGB (Red+Green+Blue) = 194+100+207=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C264CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264CF is #3D9B30. Grayscale: #8B8B8B. Windows color (decimal): -4037425 or 13591746. OLE color: 13591746.
HSL color Cylindrical-coordinate representation of color #C264CF: hue angle of 292.71º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C264CF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 100 | 207 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.19 |
| HSL | 292.71º | 0.53% | 0.6% | - |
| HSV(B) | 292.71º | 0.52% | 0.81% | - |
| XYZ | 38.07 | 25.09 | 61.87 | - |
| YUV | 140.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 100 | 207 | 0.06 | 0.52 | 0 | 0.19 | 292.71 | 0.53 | 0.6 |
| Hex | C2 | 64 | CF | 6 | 34 | 0 | 13 | 125 | 35 | 3C |
| Octal | 302 | 144 | 317 | 6 | 64 | 0 | 23 | 445 | 65 | 74 |
| Binary | 11000010 | 1100100 | 11001111 | 110 | 110100 | 0 | 10011 | 100100101 | 110101 | 111100 |
Color Harmonies of #C264CF
Complementary color
Monochromatic Colors of #C264CF
Black with #C264CF
Text Example
Text Example
White with #C264CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C264CF; }
p { color: rgb(194,100,207); }
H1.HeaderClassName
{
color: #C264CF;
}
.AnyTagClassName
{
color: #C264CF;
}
</style>
background-color css
<style>
a { background-color: #C264CF; }
a { background-color: rgb(194,100,207); }
div.DivClassName
{
background-color: #C264CF;
}
.BgClassName
{
background-color: #C264CF;
}
</style>
border-color css
<style>
span { border-color: #C264CF; }
span { border-color: rgb(194,100,207); }
td.TdClassName
{
border-color: #C264CF;
}
.TagClassName
{
border-color: #C264CF;
}
</style>