Shades of Dark Orchid #C028E0
Tints of Dark Orchid #C028E0
RGB
CMYK
RGB Variations
Color information
#C028E0 (or 0xC028E0) is known color: Dark Orchid. HEX triplet: C0, 28 and E0. RGB value is (192,40,224). Sum of RGB (Red+Green+Blue) = 192+40+224=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #C028E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028E0 is #3FD71F. Grayscale: #696969. Windows color (decimal): -4183840 or 14690496. OLE color: 14690496.
HSL color Cylindrical-coordinate representation of color #C028E0: hue angle of 289.57º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C028E0 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 40 | 224 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.12 |
| HSL | 289.57º | 0.75% | 0.52% | - |
| HSV(B) | 289.57º | 0.82% | 0.88% | - |
| XYZ | 35.95 | 18.11 | 72.12 | - |
| YUV | 106.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 224 | 0.14 | 0.82 | 0 | 0.12 | 289.57 | 0.75 | 0.52 |
| Hex | C0 | 28 | E0 | E | 52 | 0 | C | 122 | 4B | 34 |
| Octal | 300 | 50 | 340 | 16 | 122 | 0 | 14 | 442 | 113 | 64 |
| Binary | 11000000 | 101000 | 11100000 | 1110 | 1010010 | 0 | 1100 | 100100010 | 1001011 | 110100 |
Color Harmonies of #C028E0
Complementary color
Monochromatic Colors of #C028E0
Black with #C028E0
Text Example
Text Example
White with #C028E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028E0; }
p { color: rgb(192,40,224); }
H1.HeaderClassName
{
color: #C028E0;
}
.AnyTagClassName
{
color: #C028E0;
}
</style>
background-color css
<style>
a { background-color: #C028E0; }
a { background-color: rgb(192,40,224); }
div.DivClassName
{
background-color: #C028E0;
}
.BgClassName
{
background-color: #C028E0;
}
</style>
border-color css
<style>
span { border-color: #C028E0; }
span { border-color: rgb(192,40,224); }
td.TdClassName
{
border-color: #C028E0;
}
.TagClassName
{
border-color: #C028E0;
}
</style>