Shades of Dark Orchid #C028DA
Tints of Dark Orchid #C028DA
RGB
CMYK
RGB Variations
Color information
#C028DA (or 0xC028DA) is known color: Dark Orchid. HEX triplet: C0, 28 and DA. RGB value is (192,40,218). Sum of RGB (Red+Green+Blue) = 192+40+218=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #C028DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028DA is #3FD725. Grayscale: #696969. Windows color (decimal): -4183846 or 14297280. OLE color: 14297280.
HSL color Cylindrical-coordinate representation of color #C028DA: hue angle of 291.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C028DA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 40 | 218 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.15 |
| HSL | 291.24º | 0.71% | 0.51% | - |
| HSV(B) | 291.24º | 0.82% | 0.85% | - |
| XYZ | 35.15 | 17.79 | 67.91 | - |
| YUV | 105.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 218 | 0.12 | 0.82 | 0 | 0.15 | 291.24 | 0.71 | 0.51 |
| Hex | C0 | 28 | DA | C | 52 | 0 | F | 123 | 47 | 33 |
| Octal | 300 | 50 | 332 | 14 | 122 | 0 | 17 | 443 | 107 | 63 |
| Binary | 11000000 | 101000 | 11011010 | 1100 | 1010010 | 0 | 1111 | 100100011 | 1000111 | 110011 |
Color Harmonies of #C028DA
Complementary color
Monochromatic Colors of #C028DA
Black with #C028DA
Text Example
Text Example
White with #C028DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028DA; }
p { color: rgb(192,40,218); }
H1.HeaderClassName
{
color: #C028DA;
}
.AnyTagClassName
{
color: #C028DA;
}
</style>
background-color css
<style>
a { background-color: #C028DA; }
a { background-color: rgb(192,40,218); }
div.DivClassName
{
background-color: #C028DA;
}
.BgClassName
{
background-color: #C028DA;
}
</style>
border-color css
<style>
span { border-color: #C028DA; }
span { border-color: rgb(192,40,218); }
td.TdClassName
{
border-color: #C028DA;
}
.TagClassName
{
border-color: #C028DA;
}
</style>