Shades of Medium Orchid #C369CD
Tints of Medium Orchid #C369CD
RGB
CMYK
RGB Variations
Color information
#C369CD (or 0xC369CD) is known color: Medium Orchid. HEX triplet: C3, 69 and CD. RGB value is (195,105,205). Sum of RGB (Red+Green+Blue) = 195+105+205=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C369CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369CD is #3C9632. Grayscale: #8F8F8F. Windows color (decimal): -3970611 or 13461955. OLE color: 13461955.
HSL color Cylindrical-coordinate representation of color #C369CD: hue angle of 294º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C369CD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 105 | 205 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.20 |
| HSL | 294º | 0.5% | 0.61% | - |
| HSV(B) | 294º | 0.49% | 0.8% | - |
| XYZ | 38.58 | 26.11 | 60.76 | - |
| YUV | 143.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 205 | 0.05 | 0.49 | 0 | 0.20 | 294 | 0.5 | 0.61 |
| Hex | C3 | 69 | CD | 5 | 31 | 0 | 14 | 126 | 32 | 3D |
| Octal | 303 | 151 | 315 | 5 | 61 | 0 | 24 | 446 | 62 | 75 |
| Binary | 11000011 | 1101001 | 11001101 | 101 | 110001 | 0 | 10100 | 100100110 | 110010 | 111101 |
Color Harmonies of #C369CD
Complementary color
Monochromatic Colors of #C369CD
Black with #C369CD
Text Example
Text Example
White with #C369CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369CD; }
p { color: rgb(195,105,205); }
H1.HeaderClassName
{
color: #C369CD;
}
.AnyTagClassName
{
color: #C369CD;
}
</style>
background-color css
<style>
a { background-color: #C369CD; }
a { background-color: rgb(195,105,205); }
div.DivClassName
{
background-color: #C369CD;
}
.BgClassName
{
background-color: #C369CD;
}
</style>
border-color css
<style>
span { border-color: #C369CD; }
span { border-color: rgb(195,105,205); }
td.TdClassName
{
border-color: #C369CD;
}
.TagClassName
{
border-color: #C369CD;
}
</style>