Shades of Medium Orchid #C567EA
Tints of Medium Orchid #C567EA
RGB
CMYK
RGB Variations
Color information
#C567EA (or 0xC567EA) is known color: Medium Orchid. HEX triplet: C5, 67 and EA. RGB value is (197,103,234). Sum of RGB (Red+Green+Blue) = 197+103+234=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #C567EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C567EA is #3A9815. Grayscale: #919191. Windows color (decimal): -3840022 or 15361989. OLE color: 15361989.
HSL color Cylindrical-coordinate representation of color #C567EA: hue angle of 283.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C567EA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 103 | 234 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.08 |
| HSL | 283.05º | 0.76% | 0.66% | - |
| HSV(B) | 283.05º | 0.56% | 0.92% | - |
| XYZ | 42.73 | 27.51 | 80.9 | - |
| YUV | 146.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 234 | 0.16 | 0.56 | 0 | 0.08 | 283.05 | 0.76 | 0.66 |
| Hex | C5 | 67 | EA | 10 | 38 | 0 | 8 | 11B | 4C | 42 |
| Octal | 305 | 147 | 352 | 20 | 70 | 0 | 10 | 433 | 114 | 102 |
| Binary | 11000101 | 1100111 | 11101010 | 10000 | 111000 | 0 | 1000 | 100011011 | 1001100 | 1000010 |
Color Harmonies of #C567EA
Complementary color
Monochromatic Colors of #C567EA
Black with #C567EA
Text Example
Text Example
White with #C567EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567EA; }
p { color: rgb(197,103,234); }
H1.HeaderClassName
{
color: #C567EA;
}
.AnyTagClassName
{
color: #C567EA;
}
</style>
background-color css
<style>
a { background-color: #C567EA; }
a { background-color: rgb(197,103,234); }
div.DivClassName
{
background-color: #C567EA;
}
.BgClassName
{
background-color: #C567EA;
}
</style>
border-color css
<style>
span { border-color: #C567EA; }
span { border-color: rgb(197,103,234); }
td.TdClassName
{
border-color: #C567EA;
}
.TagClassName
{
border-color: #C567EA;
}
</style>