Shades of Orchid #D270C4
Tints of Orchid #D270C4
RGB
CMYK
RGB Variations
Color information
#D270C4 (or 0xD270C4) is known color: Orchid. HEX triplet: D2, 70 and C4. RGB value is (210,112,196). Sum of RGB (Red+Green+Blue) = 210+112+196=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D270C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270C4 is #2D8F3B. Grayscale: #969696. Windows color (decimal): -2985788 or 12873938. OLE color: 12873938.
HSL color Cylindrical-coordinate representation of color #D270C4: hue angle of 308.57º 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 #D270C4 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 196 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.18 |
| HSL | 308.57º | 0.52% | 0.63% | - |
| HSV(B) | 308.57º | 0.47% | 0.82% | - |
| XYZ | 42.34 | 29.28 | 55.64 | - |
| YUV | 150.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 196 | 0 | 0.47 | 0.07 | 0.18 | 308.57 | 0.52 | 0.63 |
| Hex | D2 | 70 | C4 | 0 | 2F | 7 | 12 | 135 | 34 | 3F |
| Octal | 322 | 160 | 304 | 0 | 57 | 7 | 22 | 465 | 64 | 77 |
| Binary | 11010010 | 1110000 | 11000100 | 0 | 101111 | 111 | 10010 | 100110101 | 110100 | 111111 |
Color Harmonies of #D270C4
Complementary color
Monochromatic Colors of #D270C4
Black with #D270C4
Text Example
Text Example
White with #D270C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270C4; }
p { color: rgb(210,112,196); }
H1.HeaderClassName
{
color: #D270C4;
}
.AnyTagClassName
{
color: #D270C4;
}
</style>
background-color css
<style>
a { background-color: #D270C4; }
a { background-color: rgb(210,112,196); }
div.DivClassName
{
background-color: #D270C4;
}
.BgClassName
{
background-color: #D270C4;
}
</style>
border-color css
<style>
span { border-color: #D270C4; }
span { border-color: rgb(210,112,196); }
td.TdClassName
{
border-color: #D270C4;
}
.TagClassName
{
border-color: #D270C4;
}
</style>