Shades of Orchid #D667C5
Tints of Orchid #D667C5
RGB
CMYK
RGB Variations
Color information
#D667C5 (or 0xD667C5) is known color: Orchid. HEX triplet: D6, 67 and C5. RGB value is (214,103,197). Sum of RGB (Red+Green+Blue) = 214+103+197=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D667C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667C5 is #29983A. Grayscale: #929292. Windows color (decimal): -2725947 or 12937174. OLE color: 12937174.
HSL color Cylindrical-coordinate representation of color #D667C5: hue angle of 309.19º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D667C5 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 197 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.16 |
| HSL | 309.19º | 0.58% | 0.62% | - |
| HSV(B) | 309.19º | 0.52% | 0.84% | - |
| XYZ | 42.66 | 28.03 | 55.98 | - |
| YUV | 146.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 197 | 0 | 0.52 | 0.08 | 0.16 | 309.19 | 0.58 | 0.62 |
| Hex | D6 | 67 | C5 | 0 | 34 | 8 | 10 | 135 | 3A | 3E |
| Octal | 326 | 147 | 305 | 0 | 64 | 10 | 20 | 465 | 72 | 76 |
| Binary | 11010110 | 1100111 | 11000101 | 0 | 110100 | 1000 | 10000 | 100110101 | 111010 | 111110 |
Color Harmonies of #D667C5
Complementary color
Monochromatic Colors of #D667C5
Black with #D667C5
Text Example
Text Example
White with #D667C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D667C5; }
p { color: rgb(214,103,197); }
H1.HeaderClassName
{
color: #D667C5;
}
.AnyTagClassName
{
color: #D667C5;
}
</style>
background-color css
<style>
a { background-color: #D667C5; }
a { background-color: rgb(214,103,197); }
div.DivClassName
{
background-color: #D667C5;
}
.BgClassName
{
background-color: #D667C5;
}
</style>
border-color css
<style>
span { border-color: #D667C5; }
span { border-color: rgb(214,103,197); }
td.TdClassName
{
border-color: #D667C5;
}
.TagClassName
{
border-color: #D667C5;
}
</style>