Shades of Medium Orchid #C366D4
Tints of Medium Orchid #C366D4
RGB
CMYK
RGB Variations
Color information
#C366D4 (or 0xC366D4) is known color: Medium Orchid. HEX triplet: C3, 66 and D4. RGB value is (195,102,212). Sum of RGB (Red+Green+Blue) = 195+102+212=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #C366D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366D4 is #3C992B. Grayscale: #8E8E8E. Windows color (decimal): -3971372 or 13919939. OLE color: 13919939.
HSL color Cylindrical-coordinate representation of color #C366D4: hue angle of 290.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C366D4 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 102 | 212 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.17 |
| HSL | 290.73º | 0.56% | 0.62% | - |
| HSV(B) | 290.73º | 0.52% | 0.83% | - |
| XYZ | 39.14 | 25.86 | 65.22 | - |
| YUV | 142.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 212 | 0.08 | 0.52 | 0 | 0.17 | 290.73 | 0.56 | 0.62 |
| Hex | C3 | 66 | D4 | 8 | 34 | 0 | 11 | 123 | 38 | 3E |
| Octal | 303 | 146 | 324 | 10 | 64 | 0 | 21 | 443 | 70 | 76 |
| Binary | 11000011 | 1100110 | 11010100 | 1000 | 110100 | 0 | 10001 | 100100011 | 111000 | 111110 |
Color Harmonies of #C366D4
Complementary color
Monochromatic Colors of #C366D4
Black with #C366D4
Text Example
Text Example
White with #C366D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366D4; }
p { color: rgb(195,102,212); }
H1.HeaderClassName
{
color: #C366D4;
}
.AnyTagClassName
{
color: #C366D4;
}
</style>
background-color css
<style>
a { background-color: #C366D4; }
a { background-color: rgb(195,102,212); }
div.DivClassName
{
background-color: #C366D4;
}
.BgClassName
{
background-color: #C366D4;
}
</style>
border-color css
<style>
span { border-color: #C366D4; }
span { border-color: rgb(195,102,212); }
td.TdClassName
{
border-color: #C366D4;
}
.TagClassName
{
border-color: #C366D4;
}
</style>