Shades of Orchid #D270CB
Tints of Orchid #D270CB
RGB
CMYK
RGB Variations
Color information
#D270CB (or 0xD270CB) is known color: Orchid. HEX triplet: D2, 70 and CB. RGB value is (210,112,203). Sum of RGB (Red+Green+Blue) = 210+112+203=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D270CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270CB is #2D8F34. Grayscale: #979797. Windows color (decimal): -2985781 or 13332690. OLE color: 13332690.
HSL color Cylindrical-coordinate representation of color #D270CB: hue angle of 304.29º 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 #D270CB is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 203 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.18 |
| HSL | 304.29º | 0.52% | 0.63% | - |
| HSV(B) | 304.29º | 0.47% | 0.82% | - |
| XYZ | 43.15 | 29.6 | 59.94 | - |
| YUV | 151.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 203 | 0 | 0.47 | 0.03 | 0.18 | 304.29 | 0.52 | 0.63 |
| Hex | D2 | 70 | CB | 0 | 2F | 3 | 12 | 130 | 34 | 3F |
| Octal | 322 | 160 | 313 | 0 | 57 | 3 | 22 | 460 | 64 | 77 |
| Binary | 11010010 | 1110000 | 11001011 | 0 | 101111 | 11 | 10010 | 100110000 | 110100 | 111111 |
Color Harmonies of #D270CB
Complementary color
Monochromatic Colors of #D270CB
Black with #D270CB
Text Example
Text Example
White with #D270CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270CB; }
p { color: rgb(210,112,203); }
H1.HeaderClassName
{
color: #D270CB;
}
.AnyTagClassName
{
color: #D270CB;
}
</style>
background-color css
<style>
a { background-color: #D270CB; }
a { background-color: rgb(210,112,203); }
div.DivClassName
{
background-color: #D270CB;
}
.BgClassName
{
background-color: #D270CB;
}
</style>
border-color css
<style>
span { border-color: #D270CB; }
span { border-color: rgb(210,112,203); }
td.TdClassName
{
border-color: #D270CB;
}
.TagClassName
{
border-color: #D270CB;
}
</style>