Shades of Orchid #D674C8
Tints of Orchid #D674C8
RGB
CMYK
RGB Variations
Color information
#D674C8 (or 0xD674C8) is known color: Orchid. HEX triplet: D6, 74 and C8. RGB value is (214,116,200). Sum of RGB (Red+Green+Blue) = 214+116+200=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D674C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674C8 is #298B37. Grayscale: #9A9A9A. Windows color (decimal): -2722616 or 13137110. OLE color: 13137110.
HSL color Cylindrical-coordinate representation of color #D674C8: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D674C8 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 200 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.16 |
| HSL | 308.57º | 0.54% | 0.65% | - |
| HSV(B) | 308.57º | 0.46% | 0.84% | - |
| XYZ | 44.4 | 30.96 | 58.28 | - |
| YUV | 154.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 200 | 0 | 0.46 | 0.07 | 0.16 | 308.57 | 0.54 | 0.65 |
| Hex | D6 | 74 | C8 | 0 | 2E | 7 | 10 | 135 | 36 | 41 |
| Octal | 326 | 164 | 310 | 0 | 56 | 7 | 20 | 465 | 66 | 101 |
| Binary | 11010110 | 1110100 | 11001000 | 0 | 101110 | 111 | 10000 | 100110101 | 110110 | 1000001 |
Color Harmonies of #D674C8
Complementary color
Monochromatic Colors of #D674C8
Black with #D674C8
Text Example
Text Example
White with #D674C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674C8; }
p { color: rgb(214,116,200); }
H1.HeaderClassName
{
color: #D674C8;
}
.AnyTagClassName
{
color: #D674C8;
}
</style>
background-color css
<style>
a { background-color: #D674C8; }
a { background-color: rgb(214,116,200); }
div.DivClassName
{
background-color: #D674C8;
}
.BgClassName
{
background-color: #D674C8;
}
</style>
border-color css
<style>
span { border-color: #D674C8; }
span { border-color: rgb(214,116,200); }
td.TdClassName
{
border-color: #D674C8;
}
.TagClassName
{
border-color: #D674C8;
}
</style>