Shades of Medium Orchid #C330D1
Tints of Medium Orchid #C330D1
RGB
CMYK
RGB Variations
Color information
#C330D1 (or 0xC330D1) is known color: Medium Orchid. HEX triplet: C3, 30 and D1. RGB value is (195,48,209). Sum of RGB (Red+Green+Blue) = 195+48+209=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #C330D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330D1 is #3CCF2E. Grayscale: #6D6D6D. Windows color (decimal): -3985199 or 13709507. OLE color: 13709507.
HSL color Cylindrical-coordinate representation of color #C330D1: hue angle of 294.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C330D1 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 48 | 209 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.18 |
| HSL | 294.78º | 0.64% | 0.5% | - |
| HSV(B) | 294.78º | 0.77% | 0.82% | - |
| XYZ | 35.07 | 18.32 | 62.01 | - |
| YUV | 110.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 209 | 0.07 | 0.77 | 0 | 0.18 | 294.78 | 0.64 | 0.5 |
| Hex | C3 | 30 | D1 | 7 | 4D | 0 | 12 | 127 | 40 | 32 |
| Octal | 303 | 60 | 321 | 7 | 115 | 0 | 22 | 447 | 100 | 62 |
| Binary | 11000011 | 110000 | 11010001 | 111 | 1001101 | 0 | 10010 | 100100111 | 1000000 | 110010 |
Color Harmonies of #C330D1
Complementary color
Monochromatic Colors of #C330D1
Black with #C330D1
Text Example
Text Example
White with #C330D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C330D1; }
p { color: rgb(195,48,209); }
H1.HeaderClassName
{
color: #C330D1;
}
.AnyTagClassName
{
color: #C330D1;
}
</style>
background-color css
<style>
a { background-color: #C330D1; }
a { background-color: rgb(195,48,209); }
div.DivClassName
{
background-color: #C330D1;
}
.BgClassName
{
background-color: #C330D1;
}
</style>
border-color css
<style>
span { border-color: #C330D1; }
span { border-color: rgb(195,48,209); }
td.TdClassName
{
border-color: #C330D1;
}
.TagClassName
{
border-color: #C330D1;
}
</style>