Shades of Medium Orchid #C366E4
Tints of Medium Orchid #C366E4
RGB
CMYK
RGB Variations
Color information
#C366E4 (or 0xC366E4) is known color: Medium Orchid. HEX triplet: C3, 66 and E4. RGB value is (195,102,228). Sum of RGB (Red+Green+Blue) = 195+102+228=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #C366E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366E4 is #3C991B. Grayscale: #8F8F8F. Windows color (decimal): -3971356 or 14968515. OLE color: 14968515.
HSL color Cylindrical-coordinate representation of color #C366E4: hue angle of 284.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C366E4 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 102 | 228 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.11 |
| HSL | 284.29º | 0.7% | 0.65% | - |
| HSV(B) | 284.29º | 0.55% | 0.89% | - |
| XYZ | 41.26 | 26.71 | 76.38 | - |
| YUV | 144.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 228 | 0.14 | 0.55 | 0 | 0.11 | 284.29 | 0.7 | 0.65 |
| Hex | C3 | 66 | E4 | E | 37 | 0 | B | 11C | 46 | 41 |
| Octal | 303 | 146 | 344 | 16 | 67 | 0 | 13 | 434 | 106 | 101 |
| Binary | 11000011 | 1100110 | 11100100 | 1110 | 110111 | 0 | 1011 | 100011100 | 1000110 | 1000001 |
Color Harmonies of #C366E4
Complementary color
Monochromatic Colors of #C366E4
Black with #C366E4
Text Example
Text Example
White with #C366E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366E4; }
p { color: rgb(195,102,228); }
H1.HeaderClassName
{
color: #C366E4;
}
.AnyTagClassName
{
color: #C366E4;
}
</style>
background-color css
<style>
a { background-color: #C366E4; }
a { background-color: rgb(195,102,228); }
div.DivClassName
{
background-color: #C366E4;
}
.BgClassName
{
background-color: #C366E4;
}
</style>
border-color css
<style>
span { border-color: #C366E4; }
span { border-color: rgb(195,102,228); }
td.TdClassName
{
border-color: #C366E4;
}
.TagClassName
{
border-color: #C366E4;
}
</style>