Shades of Medium Orchid #C36CCD
Tints of Medium Orchid #C36CCD
RGB
CMYK
RGB Variations
Color information
#C36CCD (or 0xC36CCD) is known color: Medium Orchid. HEX triplet: C3, 6C and CD. RGB value is (195,108,205). Sum of RGB (Red+Green+Blue) = 195+108+205=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C36CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CCD is #3C9332. Grayscale: #909090. Windows color (decimal): -3969843 or 13462723. OLE color: 13462723.
HSL color Cylindrical-coordinate representation of color #C36CCD: hue angle of 293.81º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36CCD is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 108 | 205 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.20 |
| HSL | 293.81º | 0.49% | 0.61% | - |
| HSV(B) | 293.81º | 0.47% | 0.8% | - |
| XYZ | 38.89 | 26.74 | 60.87 | - |
| YUV | 145.07 | 161.82 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 205 | 0.05 | 0.47 | 0 | 0.20 | 293.81 | 0.49 | 0.61 |
| Hex | C3 | 6C | CD | 5 | 2F | 0 | 14 | 126 | 31 | 3D |
| Octal | 303 | 154 | 315 | 5 | 57 | 0 | 24 | 446 | 61 | 75 |
| Binary | 11000011 | 1101100 | 11001101 | 101 | 101111 | 0 | 10100 | 100100110 | 110001 | 111101 |
Color Harmonies of #C36CCD
Complementary color
Monochromatic Colors of #C36CCD
Black with #C36CCD
Text Example
Text Example
White with #C36CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CCD; }
p { color: rgb(195,108,205); }
H1.HeaderClassName
{
color: #C36CCD;
}
.AnyTagClassName
{
color: #C36CCD;
}
</style>
background-color css
<style>
a { background-color: #C36CCD; }
a { background-color: rgb(195,108,205); }
div.DivClassName
{
background-color: #C36CCD;
}
.BgClassName
{
background-color: #C36CCD;
}
</style>
border-color css
<style>
span { border-color: #C36CCD; }
span { border-color: rgb(195,108,205); }
td.TdClassName
{
border-color: #C36CCD;
}
.TagClassName
{
border-color: #C36CCD;
}
</style>