Shades of Orchid #D274C4
Tints of Orchid #D274C4
RGB
CMYK
RGB Variations
Color information
#D274C4 (or 0xD274C4) is known color: Orchid. HEX triplet: D2, 74 and C4. RGB value is (210,116,196). Sum of RGB (Red+Green+Blue) = 210+116+196=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D274C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274C4 is #2D8B3B. Grayscale: #999999. Windows color (decimal): -2984764 or 12874962. OLE color: 12874962.
HSL color Cylindrical-coordinate representation of color #D274C4: hue angle of 308.94º 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 #D274C4 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 196 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.18 |
| HSL | 308.94º | 0.51% | 0.64% | - |
| HSV(B) | 308.94º | 0.45% | 0.82% | - |
| XYZ | 42.79 | 30.18 | 55.79 | - |
| YUV | 153.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 196 | 0 | 0.45 | 0.07 | 0.18 | 308.94 | 0.51 | 0.64 |
| Hex | D2 | 74 | C4 | 0 | 2D | 7 | 12 | 135 | 33 | 40 |
| Octal | 322 | 164 | 304 | 0 | 55 | 7 | 22 | 465 | 63 | 100 |
| Binary | 11010010 | 1110100 | 11000100 | 0 | 101101 | 111 | 10010 | 100110101 | 110011 | 1000000 |
Color Harmonies of #D274C4
Complementary color
Monochromatic Colors of #D274C4
Black with #D274C4
Text Example
Text Example
White with #D274C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D274C4; }
p { color: rgb(210,116,196); }
H1.HeaderClassName
{
color: #D274C4;
}
.AnyTagClassName
{
color: #D274C4;
}
</style>
background-color css
<style>
a { background-color: #D274C4; }
a { background-color: rgb(210,116,196); }
div.DivClassName
{
background-color: #D274C4;
}
.BgClassName
{
background-color: #D274C4;
}
</style>
border-color css
<style>
span { border-color: #D274C4; }
span { border-color: rgb(210,116,196); }
td.TdClassName
{
border-color: #D274C4;
}
.TagClassName
{
border-color: #D274C4;
}
</style>