Shades of Orchid #D570CC
Tints of Orchid #D570CC
RGB
CMYK
RGB Variations
Color information
#D570CC (or 0xD570CC) is known color: Orchid. HEX triplet: D5, 70 and CC. RGB value is (213,112,204). Sum of RGB (Red+Green+Blue) = 213+112+204=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D570CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570CC is #2A8F33. Grayscale: #989898. Windows color (decimal): -2789172 or 13398229. OLE color: 13398229.
HSL color Cylindrical-coordinate representation of color #D570CC: hue angle of 305.35º 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 #D570CC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 204 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.16 |
| HSL | 305.35º | 0.55% | 0.64% | - |
| HSV(B) | 305.35º | 0.47% | 0.84% | - |
| XYZ | 44.13 | 30.09 | 60.61 | - |
| YUV | 152.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 204 | 0 | 0.47 | 0.04 | 0.16 | 305.35 | 0.55 | 0.64 |
| Hex | D5 | 70 | CC | 0 | 2F | 4 | 10 | 131 | 37 | 40 |
| Octal | 325 | 160 | 314 | 0 | 57 | 4 | 20 | 461 | 67 | 100 |
| Binary | 11010101 | 1110000 | 11001100 | 0 | 101111 | 100 | 10000 | 100110001 | 110111 | 1000000 |
Color Harmonies of #D570CC
Complementary color
Monochromatic Colors of #D570CC
Black with #D570CC
Text Example
Text Example
White with #D570CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570CC; }
p { color: rgb(213,112,204); }
H1.HeaderClassName
{
color: #D570CC;
}
.AnyTagClassName
{
color: #D570CC;
}
</style>
background-color css
<style>
a { background-color: #D570CC; }
a { background-color: rgb(213,112,204); }
div.DivClassName
{
background-color: #D570CC;
}
.BgClassName
{
background-color: #D570CC;
}
</style>
border-color css
<style>
span { border-color: #D570CC; }
span { border-color: rgb(213,112,204); }
td.TdClassName
{
border-color: #D570CC;
}
.TagClassName
{
border-color: #D570CC;
}
</style>