Shades of Orchid #C36FCF
Tints of Orchid #C36FCF
RGB
CMYK
RGB Variations
Color information
#C36FCF (or 0xC36FCF) is known color: Orchid. HEX triplet: C3, 6F and CF. RGB value is (195,111,207). Sum of RGB (Red+Green+Blue) = 195+111+207=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #C36FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FCF is #3C9030. Grayscale: #929292. Windows color (decimal): -3969073 or 13594563. OLE color: 13594563.
HSL color Cylindrical-coordinate representation of color #C36FCF: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36FCF is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 111 | 207 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.19 |
| HSL | 292.5º | 0.5% | 0.62% | - |
| HSV(B) | 292.5º | 0.46% | 0.81% | - |
| XYZ | 39.45 | 27.48 | 62.26 | - |
| YUV | 147.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 207 | 0.06 | 0.46 | 0 | 0.19 | 292.5 | 0.5 | 0.62 |
| Hex | C3 | 6F | CF | 6 | 2E | 0 | 13 | 124 | 32 | 3E |
| Octal | 303 | 157 | 317 | 6 | 56 | 0 | 23 | 444 | 62 | 76 |
| Binary | 11000011 | 1101111 | 11001111 | 110 | 101110 | 0 | 10011 | 100100100 | 110010 | 111110 |
Color Harmonies of #C36FCF
Complementary color
Monochromatic Colors of #C36FCF
Black with #C36FCF
Text Example
Text Example
White with #C36FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FCF; }
p { color: rgb(195,111,207); }
H1.HeaderClassName
{
color: #C36FCF;
}
.AnyTagClassName
{
color: #C36FCF;
}
</style>
background-color css
<style>
a { background-color: #C36FCF; }
a { background-color: rgb(195,111,207); }
div.DivClassName
{
background-color: #C36FCF;
}
.BgClassName
{
background-color: #C36FCF;
}
</style>
border-color css
<style>
span { border-color: #C36FCF; }
span { border-color: rgb(195,111,207); }
td.TdClassName
{
border-color: #C36FCF;
}
.TagClassName
{
border-color: #C36FCF;
}
</style>