Shades of Orchid #C36FC9
Tints of Orchid #C36FC9
RGB
CMYK
RGB Variations
Color information
#C36FC9 (or 0xC36FC9) is known color: Orchid. HEX triplet: C3, 6F and C9. RGB value is (195,111,201). Sum of RGB (Red+Green+Blue) = 195+111+201=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 201 - color contains mainly: blue. Hex color #C36FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FC9 is #3C9036. Grayscale: #929292. Windows color (decimal): -3969079 or 13201347. OLE color: 13201347.
HSL color Cylindrical-coordinate representation of color #C36FC9: hue angle of 296º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36FC9 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 111 | 201 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.21 |
| HSL | 296º | 0.45% | 0.61% | - |
| HSV(B) | 296º | 0.45% | 0.79% | - |
| XYZ | 38.73 | 27.19 | 58.46 | - |
| YUV | 146.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 201 | 0.03 | 0.45 | 0 | 0.21 | 296 | 0.45 | 0.61 |
| Hex | C3 | 6F | C9 | 3 | 2D | 0 | 15 | 128 | 2D | 3D |
| Octal | 303 | 157 | 311 | 3 | 55 | 0 | 25 | 450 | 55 | 75 |
| Binary | 11000011 | 1101111 | 11001001 | 11 | 101101 | 0 | 10101 | 100101000 | 101101 | 111101 |
Color Harmonies of #C36FC9
Complementary color
Monochromatic Colors of #C36FC9
Black with #C36FC9
Text Example
Text Example
White with #C36FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FC9; }
p { color: rgb(195,111,201); }
H1.HeaderClassName
{
color: #C36FC9;
}
.AnyTagClassName
{
color: #C36FC9;
}
</style>
background-color css
<style>
a { background-color: #C36FC9; }
a { background-color: rgb(195,111,201); }
div.DivClassName
{
background-color: #C36FC9;
}
.BgClassName
{
background-color: #C36FC9;
}
</style>
border-color css
<style>
span { border-color: #C36FC9; }
span { border-color: rgb(195,111,201); }
td.TdClassName
{
border-color: #C36FC9;
}
.TagClassName
{
border-color: #C36FC9;
}
</style>