Shades of Medium Orchid #C367EA
Tints of Medium Orchid #C367EA
RGB
CMYK
RGB Variations
Color information
#C367EA (or 0xC367EA) is known color: Medium Orchid. HEX triplet: C3, 67 and EA. RGB value is (195,103,234). Sum of RGB (Red+Green+Blue) = 195+103+234=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #C367EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C367EA is #3C9815. Grayscale: #919191. Windows color (decimal): -3971094 or 15361987. OLE color: 15361987.
HSL color Cylindrical-coordinate representation of color #C367EA: hue angle of 282.14º 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 #C367EA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 103 | 234 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.08 |
| HSL | 282.14º | 0.76% | 0.66% | - |
| HSV(B) | 282.14º | 0.56% | 0.92% | - |
| XYZ | 42.21 | 27.24 | 80.88 | - |
| YUV | 145.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 234 | 0.17 | 0.56 | 0 | 0.08 | 282.14 | 0.76 | 0.66 |
| Hex | C3 | 67 | EA | 11 | 38 | 0 | 8 | 11A | 4C | 42 |
| Octal | 303 | 147 | 352 | 21 | 70 | 0 | 10 | 432 | 114 | 102 |
| Binary | 11000011 | 1100111 | 11101010 | 10001 | 111000 | 0 | 1000 | 100011010 | 1001100 | 1000010 |
Color Harmonies of #C367EA
Complementary color
Monochromatic Colors of #C367EA
Black with #C367EA
Text Example
Text Example
White with #C367EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367EA; }
p { color: rgb(195,103,234); }
H1.HeaderClassName
{
color: #C367EA;
}
.AnyTagClassName
{
color: #C367EA;
}
</style>
background-color css
<style>
a { background-color: #C367EA; }
a { background-color: rgb(195,103,234); }
div.DivClassName
{
background-color: #C367EA;
}
.BgClassName
{
background-color: #C367EA;
}
</style>
border-color css
<style>
span { border-color: #C367EA; }
span { border-color: rgb(195,103,234); }
td.TdClassName
{
border-color: #C367EA;
}
.TagClassName
{
border-color: #C367EA;
}
</style>