Shades of Dark Orchid #C027DE
Tints of Dark Orchid #C027DE
RGB
CMYK
RGB Variations
Color information
#C027DE (or 0xC027DE) is known color: Dark Orchid. HEX triplet: C0, 27 and DE. RGB value is (192,39,222). Sum of RGB (Red+Green+Blue) = 192+39+222=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #C027DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027DE is #3FD821. Grayscale: #696969. Windows color (decimal): -4184098 or 14559168. OLE color: 14559168.
HSL color Cylindrical-coordinate representation of color #C027DE: hue angle of 290.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C027DE is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 39 | 222 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.13 |
| HSL | 290.16º | 0.73% | 0.51% | - |
| HSV(B) | 290.16º | 0.82% | 0.87% | - |
| XYZ | 35.65 | 17.93 | 70.69 | - |
| YUV | 105.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 222 | 0.14 | 0.82 | 0 | 0.13 | 290.16 | 0.73 | 0.51 |
| Hex | C0 | 27 | DE | E | 52 | 0 | D | 122 | 49 | 33 |
| Octal | 300 | 47 | 336 | 16 | 122 | 0 | 15 | 442 | 111 | 63 |
| Binary | 11000000 | 100111 | 11011110 | 1110 | 1010010 | 0 | 1101 | 100100010 | 1001001 | 110011 |
Color Harmonies of #C027DE
Complementary color
Monochromatic Colors of #C027DE
Black with #C027DE
Text Example
Text Example
White with #C027DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027DE; }
p { color: rgb(192,39,222); }
H1.HeaderClassName
{
color: #C027DE;
}
.AnyTagClassName
{
color: #C027DE;
}
</style>
background-color css
<style>
a { background-color: #C027DE; }
a { background-color: rgb(192,39,222); }
div.DivClassName
{
background-color: #C027DE;
}
.BgClassName
{
background-color: #C027DE;
}
</style>
border-color css
<style>
span { border-color: #C027DE; }
span { border-color: rgb(192,39,222); }
td.TdClassName
{
border-color: #C027DE;
}
.TagClassName
{
border-color: #C027DE;
}
</style>