Shades of Orchid #D272CF
Tints of Orchid #D272CF
RGB
CMYK
RGB Variations
Color information
#D272CF (or 0xD272CF) is known color: Orchid. HEX triplet: D2, 72 and CF. RGB value is (210,114,207). Sum of RGB (Red+Green+Blue) = 210+114+207=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D272CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272CF is #2D8D30. Grayscale: #999999. Windows color (decimal): -2985265 or 13595346. OLE color: 13595346.
HSL color Cylindrical-coordinate representation of color #D272CF: hue angle of 301.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D272CF is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 207 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.18 |
| HSL | 301.88º | 0.52% | 0.64% | - |
| HSV(B) | 301.88º | 0.46% | 0.82% | - |
| XYZ | 43.86 | 30.24 | 62.56 | - |
| YUV | 153.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 207 | 0 | 0.46 | 0.01 | 0.18 | 301.88 | 0.52 | 0.64 |
| Hex | D2 | 72 | CF | 0 | 2E | 1 | 12 | 12E | 34 | 40 |
| Octal | 322 | 162 | 317 | 0 | 56 | 1 | 22 | 456 | 64 | 100 |
| Binary | 11010010 | 1110010 | 11001111 | 0 | 101110 | 1 | 10010 | 100101110 | 110100 | 1000000 |
Color Harmonies of #D272CF
Complementary color
Monochromatic Colors of #D272CF
Black with #D272CF
Text Example
Text Example
White with #D272CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272CF; }
p { color: rgb(210,114,207); }
H1.HeaderClassName
{
color: #D272CF;
}
.AnyTagClassName
{
color: #D272CF;
}
</style>
background-color css
<style>
a { background-color: #D272CF; }
a { background-color: rgb(210,114,207); }
div.DivClassName
{
background-color: #D272CF;
}
.BgClassName
{
background-color: #D272CF;
}
</style>
border-color css
<style>
span { border-color: #D272CF; }
span { border-color: rgb(210,114,207); }
td.TdClassName
{
border-color: #D272CF;
}
.TagClassName
{
border-color: #D272CF;
}
</style>