Shades of Orchid #DC75CA
Tints of Orchid #DC75CA
RGB
CMYK
RGB Variations
Color information
#DC75CA (or 0xDC75CA) is known color: Orchid. HEX triplet: DC, 75 and CA. RGB value is (220,117,202). Sum of RGB (Red+Green+Blue) = 220+117+202=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75CA is #238A35. Grayscale: #9D9D9D. Windows color (decimal): -2329142 or 13268444. OLE color: 13268444.
HSL color Cylindrical-coordinate representation of color #DC75CA: hue angle of 310.49º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC75CA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 202 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.14 |
| HSL | 310.49º | 0.6% | 0.66% | - |
| HSV(B) | 310.49º | 0.47% | 0.86% | - |
| XYZ | 46.54 | 32.2 | 59.64 | - |
| YUV | 157.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 202 | 0 | 0.47 | 0.08 | 0.14 | 310.49 | 0.6 | 0.66 |
| Hex | DC | 75 | CA | 0 | 2F | 8 | E | 136 | 3C | 42 |
| Octal | 334 | 165 | 312 | 0 | 57 | 10 | 16 | 466 | 74 | 102 |
| Binary | 11011100 | 1110101 | 11001010 | 0 | 101111 | 1000 | 1110 | 100110110 | 111100 | 1000010 |
Color Harmonies of #DC75CA
Complementary color
Monochromatic Colors of #DC75CA
Black with #DC75CA
Text Example
Text Example
White with #DC75CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC75CA; }
p { color: rgb(220,117,202); }
H1.HeaderClassName
{
color: #DC75CA;
}
.AnyTagClassName
{
color: #DC75CA;
}
</style>
background-color css
<style>
a { background-color: #DC75CA; }
a { background-color: rgb(220,117,202); }
div.DivClassName
{
background-color: #DC75CA;
}
.BgClassName
{
background-color: #DC75CA;
}
</style>
border-color css
<style>
span { border-color: #DC75CA; }
span { border-color: rgb(220,117,202); }
td.TdClassName
{
border-color: #DC75CA;
}
.TagClassName
{
border-color: #DC75CA;
}
</style>