Shades of Orchid #D570CA
Tints of Orchid #D570CA
RGB
CMYK
RGB Variations
Color information
#D570CA (or 0xD570CA) is known color: Orchid. HEX triplet: D5, 70 and CA. RGB value is (213,112,202). Sum of RGB (Red+Green+Blue) = 213+112+202=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D570CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570CA is #2A8F35. Grayscale: #989898. Windows color (decimal): -2789174 or 13267157. OLE color: 13267157.
HSL color Cylindrical-coordinate representation of color #D570CA: hue angle of 306.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D570CA is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 202 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.16 |
| HSL | 306.53º | 0.55% | 0.64% | - |
| HSV(B) | 306.53º | 0.47% | 0.84% | - |
| XYZ | 43.9 | 30 | 59.35 | - |
| YUV | 152.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 202 | 0 | 0.47 | 0.05 | 0.16 | 306.53 | 0.55 | 0.64 |
| Hex | D5 | 70 | CA | 0 | 2F | 5 | 10 | 133 | 37 | 40 |
| Octal | 325 | 160 | 312 | 0 | 57 | 5 | 20 | 463 | 67 | 100 |
| Binary | 11010101 | 1110000 | 11001010 | 0 | 101111 | 101 | 10000 | 100110011 | 110111 | 1000000 |
Color Harmonies of #D570CA
Complementary color
Monochromatic Colors of #D570CA
Black with #D570CA
Text Example
Text Example
White with #D570CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570CA; }
p { color: rgb(213,112,202); }
H1.HeaderClassName
{
color: #D570CA;
}
.AnyTagClassName
{
color: #D570CA;
}
</style>
background-color css
<style>
a { background-color: #D570CA; }
a { background-color: rgb(213,112,202); }
div.DivClassName
{
background-color: #D570CA;
}
.BgClassName
{
background-color: #D570CA;
}
</style>
border-color css
<style>
span { border-color: #D570CA; }
span { border-color: rgb(213,112,202); }
td.TdClassName
{
border-color: #D570CA;
}
.TagClassName
{
border-color: #D570CA;
}
</style>