Shades of Dark Orchid #8C3DD2
Tints of Dark Orchid #8C3DD2
RGB
CMYK
RGB Variations
Color information
#8C3DD2 (or 0x8C3DD2) is known color: Dark Orchid. HEX triplet: 8C, 3D and D2. RGB value is (140,61,210). Sum of RGB (Red+Green+Blue) = 140+61+210=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 210 (82.42% from 255 or 51.09% from 411); Max value from RGB is 210 - color contains mainly: blue. Hex color #8C3DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DD2 is #73C22D. Grayscale: #656565. Windows color (decimal): -7586350 or 13778316. OLE color: 13778316.
HSL color Cylindrical-coordinate representation of color #8C3DD2: hue angle of 271.81º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3DD2 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 61 | 210 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.18 |
| HSL | 271.81º | 0.62% | 0.53% | - |
| HSV(B) | 271.81º | 0.71% | 0.82% | - |
| XYZ | 24.12 | 13.57 | 62.32 | - |
| YUV | 101.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 210 | 0.33 | 0.71 | 0 | 0.18 | 271.81 | 0.62 | 0.53 |
| Hex | 8C | 3D | D2 | 21 | 47 | 0 | 12 | 110 | 3E | 35 |
| Octal | 214 | 75 | 322 | 41 | 107 | 0 | 22 | 420 | 76 | 65 |
| Binary | 10001100 | 111101 | 11010010 | 100001 | 1000111 | 0 | 10010 | 100010000 | 111110 | 110101 |
Color Harmonies of #8C3DD2
Complementary color
Monochromatic Colors of #8C3DD2
Black with #8C3DD2
Text Example
Text Example
White with #8C3DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3DD2; }
p { color: rgb(140,61,210); }
H1.HeaderClassName
{
color: #8C3DD2;
}
.AnyTagClassName
{
color: #8C3DD2;
}
</style>
background-color css
<style>
a { background-color: #8C3DD2; }
a { background-color: rgb(140,61,210); }
div.DivClassName
{
background-color: #8C3DD2;
}
.BgClassName
{
background-color: #8C3DD2;
}
</style>
border-color css
<style>
span { border-color: #8C3DD2; }
span { border-color: rgb(140,61,210); }
td.TdClassName
{
border-color: #8C3DD2;
}
.TagClassName
{
border-color: #8C3DD2;
}
</style>