Shades of Orchid #D270C2
Tints of Orchid #D270C2
RGB
CMYK
RGB Variations
Color information
#D270C2 (or 0xD270C2) is known color: Orchid. HEX triplet: D2, 70 and C2. RGB value is (210,112,194). Sum of RGB (Red+Green+Blue) = 210+112+194=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D270C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270C2 is #2D8F3D. Grayscale: #969696. Windows color (decimal): -2985790 or 12742866. OLE color: 12742866.
HSL color Cylindrical-coordinate representation of color #D270C2: hue angle of 309.8º 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 #D270C2 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 194 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.18 |
| HSL | 309.8º | 0.52% | 0.63% | - |
| HSV(B) | 309.8º | 0.47% | 0.82% | - |
| XYZ | 42.11 | 29.19 | 54.45 | - |
| YUV | 150.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 194 | 0 | 0.47 | 0.08 | 0.18 | 309.8 | 0.52 | 0.63 |
| Hex | D2 | 70 | C2 | 0 | 2F | 8 | 12 | 136 | 34 | 3F |
| Octal | 322 | 160 | 302 | 0 | 57 | 10 | 22 | 466 | 64 | 77 |
| Binary | 11010010 | 1110000 | 11000010 | 0 | 101111 | 1000 | 10010 | 100110110 | 110100 | 111111 |
Color Harmonies of #D270C2
Complementary color
Monochromatic Colors of #D270C2
Black with #D270C2
Text Example
Text Example
White with #D270C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270C2; }
p { color: rgb(210,112,194); }
H1.HeaderClassName
{
color: #D270C2;
}
.AnyTagClassName
{
color: #D270C2;
}
</style>
background-color css
<style>
a { background-color: #D270C2; }
a { background-color: rgb(210,112,194); }
div.DivClassName
{
background-color: #D270C2;
}
.BgClassName
{
background-color: #D270C2;
}
</style>
border-color css
<style>
span { border-color: #D270C2; }
span { border-color: rgb(210,112,194); }
td.TdClassName
{
border-color: #D270C2;
}
.TagClassName
{
border-color: #D270C2;
}
</style>