Shades of Orchid #D274CB
Tints of Orchid #D274CB
RGB
CMYK
RGB Variations
Color information
#D274CB (or 0xD274CB) is known color: Orchid. HEX triplet: D2, 74 and CB. RGB value is (210,116,203). Sum of RGB (Red+Green+Blue) = 210+116+203=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D274CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274CB is #2D8B34. Grayscale: #999999. Windows color (decimal): -2984757 or 13333714. OLE color: 13333714.
HSL color Cylindrical-coordinate representation of color #D274CB: hue angle of 304.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D274CB is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 203 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.18 |
| HSL | 304.47º | 0.51% | 0.64% | - |
| HSV(B) | 304.47º | 0.45% | 0.82% | - |
| XYZ | 43.6 | 30.5 | 60.09 | - |
| YUV | 154.02 | 155.64 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 203 | 0 | 0.45 | 0.03 | 0.18 | 304.47 | 0.51 | 0.64 |
| Hex | D2 | 74 | CB | 0 | 2D | 3 | 12 | 130 | 33 | 40 |
| Octal | 322 | 164 | 313 | 0 | 55 | 3 | 22 | 460 | 63 | 100 |
| Binary | 11010010 | 1110100 | 11001011 | 0 | 101101 | 11 | 10010 | 100110000 | 110011 | 1000000 |
Color Harmonies of #D274CB
Complementary color
Monochromatic Colors of #D274CB
Black with #D274CB
Text Example
Text Example
White with #D274CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274CB; }
p { color: rgb(210,116,203); }
H1.HeaderClassName
{
color: #D274CB;
}
.AnyTagClassName
{
color: #D274CB;
}
</style>
background-color css
<style>
a { background-color: #D274CB; }
a { background-color: rgb(210,116,203); }
div.DivClassName
{
background-color: #D274CB;
}
.BgClassName
{
background-color: #D274CB;
}
</style>
border-color css
<style>
span { border-color: #D274CB; }
span { border-color: rgb(210,116,203); }
td.TdClassName
{
border-color: #D274CB;
}
.TagClassName
{
border-color: #D274CB;
}
</style>