Shades of Orchid #C36FCB
Tints of Orchid #C36FCB
RGB
CMYK
RGB Variations
Color information
#C36FCB (or 0xC36FCB) is known color: Orchid. HEX triplet: C3, 6F and CB. RGB value is (195,111,203). Sum of RGB (Red+Green+Blue) = 195+111+203=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C36FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FCB is #3C9034. Grayscale: #929292. Windows color (decimal): -3969077 or 13332419. OLE color: 13332419.
HSL color Cylindrical-coordinate representation of color #C36FCB: hue angle of 294.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36FCB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 111 | 203 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.20 |
| HSL | 294.78º | 0.47% | 0.62% | - |
| HSV(B) | 294.78º | 0.45% | 0.8% | - |
| XYZ | 38.97 | 27.28 | 59.71 | - |
| YUV | 146.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 203 | 0.04 | 0.45 | 0 | 0.20 | 294.78 | 0.47 | 0.62 |
| Hex | C3 | 6F | CB | 4 | 2D | 0 | 14 | 127 | 2F | 3E |
| Octal | 303 | 157 | 313 | 4 | 55 | 0 | 24 | 447 | 57 | 76 |
| Binary | 11000011 | 1101111 | 11001011 | 100 | 101101 | 0 | 10100 | 100100111 | 101111 | 111110 |
Color Harmonies of #C36FCB
Complementary color
Monochromatic Colors of #C36FCB
Black with #C36FCB
Text Example
Text Example
White with #C36FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FCB; }
p { color: rgb(195,111,203); }
H1.HeaderClassName
{
color: #C36FCB;
}
.AnyTagClassName
{
color: #C36FCB;
}
</style>
background-color css
<style>
a { background-color: #C36FCB; }
a { background-color: rgb(195,111,203); }
div.DivClassName
{
background-color: #C36FCB;
}
.BgClassName
{
background-color: #C36FCB;
}
</style>
border-color css
<style>
span { border-color: #C36FCB; }
span { border-color: rgb(195,111,203); }
td.TdClassName
{
border-color: #C36FCB;
}
.TagClassName
{
border-color: #C36FCB;
}
</style>