Shades of Orchid #D270CD
Tints of Orchid #D270CD
RGB
CMYK
RGB Variations
Color information
#D270CD (or 0xD270CD) is known color: Orchid. HEX triplet: D2, 70 and CD. RGB value is (210,112,205). Sum of RGB (Red+Green+Blue) = 210+112+205=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D270CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270CD is #2D8F32. Grayscale: #979797. Windows color (decimal): -2985779 or 13463762. OLE color: 13463762.
HSL color Cylindrical-coordinate representation of color #D270CD: hue angle of 303.06º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D270CD is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 205 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.18 |
| HSL | 303.06º | 0.52% | 0.63% | - |
| HSV(B) | 303.06º | 0.47% | 0.82% | - |
| XYZ | 43.39 | 29.7 | 61.2 | - |
| YUV | 151.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 205 | 0 | 0.47 | 0.02 | 0.18 | 303.06 | 0.52 | 0.63 |
| Hex | D2 | 70 | CD | 0 | 2F | 2 | 12 | 12F | 34 | 3F |
| Octal | 322 | 160 | 315 | 0 | 57 | 2 | 22 | 457 | 64 | 77 |
| Binary | 11010010 | 1110000 | 11001101 | 0 | 101111 | 10 | 10010 | 100101111 | 110100 | 111111 |
Color Harmonies of #D270CD
Complementary color
Monochromatic Colors of #D270CD
Black with #D270CD
Text Example
Text Example
White with #D270CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270CD; }
p { color: rgb(210,112,205); }
H1.HeaderClassName
{
color: #D270CD;
}
.AnyTagClassName
{
color: #D270CD;
}
</style>
background-color css
<style>
a { background-color: #D270CD; }
a { background-color: rgb(210,112,205); }
div.DivClassName
{
background-color: #D270CD;
}
.BgClassName
{
background-color: #D270CD;
}
</style>
border-color css
<style>
span { border-color: #D270CD; }
span { border-color: rgb(210,112,205); }
td.TdClassName
{
border-color: #D270CD;
}
.TagClassName
{
border-color: #D270CD;
}
</style>