Shades of Medium Orchid #C368D5
Tints of Medium Orchid #C368D5
RGB
CMYK
RGB Variations
Color information
#C368D5 (or 0xC368D5) is known color: Medium Orchid. HEX triplet: C3, 68 and D5. RGB value is (195,104,213). Sum of RGB (Red+Green+Blue) = 195+104+213=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #C368D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368D5 is #3C972A. Grayscale: #8F8F8F. Windows color (decimal): -3970859 or 13985987. OLE color: 13985987.
HSL color Cylindrical-coordinate representation of color #C368D5: hue angle of 290.09º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C368D5 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 104 | 213 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.16 |
| HSL | 290.09º | 0.56% | 0.62% | - |
| HSV(B) | 290.09º | 0.51% | 0.84% | - |
| XYZ | 39.47 | 26.31 | 65.95 | - |
| YUV | 143.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 213 | 0.08 | 0.51 | 0 | 0.16 | 290.09 | 0.56 | 0.62 |
| Hex | C3 | 68 | D5 | 8 | 33 | 0 | 10 | 122 | 38 | 3E |
| Octal | 303 | 150 | 325 | 10 | 63 | 0 | 20 | 442 | 70 | 76 |
| Binary | 11000011 | 1101000 | 11010101 | 1000 | 110011 | 0 | 10000 | 100100010 | 111000 | 111110 |
Color Harmonies of #C368D5
Complementary color
Monochromatic Colors of #C368D5
Black with #C368D5
Text Example
Text Example
White with #C368D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368D5; }
p { color: rgb(195,104,213); }
H1.HeaderClassName
{
color: #C368D5;
}
.AnyTagClassName
{
color: #C368D5;
}
</style>
background-color css
<style>
a { background-color: #C368D5; }
a { background-color: rgb(195,104,213); }
div.DivClassName
{
background-color: #C368D5;
}
.BgClassName
{
background-color: #C368D5;
}
</style>
border-color css
<style>
span { border-color: #C368D5; }
span { border-color: rgb(195,104,213); }
td.TdClassName
{
border-color: #C368D5;
}
.TagClassName
{
border-color: #C368D5;
}
</style>