Shades of Dark Orchid #8C3CCF
Tints of Dark Orchid #8C3CCF
RGB
CMYK
RGB Variations
Color information
#8C3CCF (or 0x8C3CCF) is known color: Dark Orchid. HEX triplet: 8C, 3C and CF. RGB value is (140,60,207). Sum of RGB (Red+Green+Blue) = 140+60+207=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CCF is #73C330. Grayscale: #646464. Windows color (decimal): -7586609 or 13581452. OLE color: 13581452.
HSL color Cylindrical-coordinate representation of color #8C3CCF: hue angle of 272.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3CCF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 60 | 207 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.19 |
| HSL | 272.65º | 0.6% | 0.52% | - |
| HSV(B) | 272.65º | 0.71% | 0.81% | - |
| XYZ | 23.69 | 13.31 | 60.35 | - |
| YUV | 100.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 207 | 0.32 | 0.71 | 0 | 0.19 | 272.65 | 0.6 | 0.52 |
| Hex | 8C | 3C | CF | 20 | 47 | 0 | 13 | 111 | 3C | 34 |
| Octal | 214 | 74 | 317 | 40 | 107 | 0 | 23 | 421 | 74 | 64 |
| Binary | 10001100 | 111100 | 11001111 | 100000 | 1000111 | 0 | 10011 | 100010001 | 111100 | 110100 |
Color Harmonies of #8C3CCF
Complementary color
Monochromatic Colors of #8C3CCF
Black with #8C3CCF
Text Example
Text Example
White with #8C3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3CCF; }
p { color: rgb(140,60,207); }
H1.HeaderClassName
{
color: #8C3CCF;
}
.AnyTagClassName
{
color: #8C3CCF;
}
</style>
background-color css
<style>
a { background-color: #8C3CCF; }
a { background-color: rgb(140,60,207); }
div.DivClassName
{
background-color: #8C3CCF;
}
.BgClassName
{
background-color: #8C3CCF;
}
</style>
border-color css
<style>
span { border-color: #8C3CCF; }
span { border-color: rgb(140,60,207); }
td.TdClassName
{
border-color: #8C3CCF;
}
.TagClassName
{
border-color: #8C3CCF;
}
</style>