Shades of Orchid #D679CB
Tints of Orchid #D679CB
RGB
CMYK
RGB Variations
Color information
#D679CB (or 0xD679CB) is known color: Orchid. HEX triplet: D6, 79 and CB. RGB value is (214,121,203). Sum of RGB (Red+Green+Blue) = 214+121+203=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D679CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679CB is #298634. Grayscale: #9D9D9D. Windows color (decimal): -2721333 or 13334998. OLE color: 13334998.
HSL color Cylindrical-coordinate representation of color #D679CB: hue angle of 307.1º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D679CB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 203 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.16 |
| HSL | 307.1º | 0.53% | 0.66% | - |
| HSV(B) | 307.1º | 0.43% | 0.84% | - |
| XYZ | 45.35 | 32.28 | 60.34 | - |
| YUV | 158.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 203 | 0 | 0.43 | 0.05 | 0.16 | 307.1 | 0.53 | 0.66 |
| Hex | D6 | 79 | CB | 0 | 2B | 5 | 10 | 133 | 35 | 42 |
| Octal | 326 | 171 | 313 | 0 | 53 | 5 | 20 | 463 | 65 | 102 |
| Binary | 11010110 | 1111001 | 11001011 | 0 | 101011 | 101 | 10000 | 100110011 | 110101 | 1000010 |
Color Harmonies of #D679CB
Complementary color
Monochromatic Colors of #D679CB
Black with #D679CB
Text Example
Text Example
White with #D679CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679CB; }
p { color: rgb(214,121,203); }
H1.HeaderClassName
{
color: #D679CB;
}
.AnyTagClassName
{
color: #D679CB;
}
</style>
background-color css
<style>
a { background-color: #D679CB; }
a { background-color: rgb(214,121,203); }
div.DivClassName
{
background-color: #D679CB;
}
.BgClassName
{
background-color: #D679CB;
}
</style>
border-color css
<style>
span { border-color: #D679CB; }
span { border-color: rgb(214,121,203); }
td.TdClassName
{
border-color: #D679CB;
}
.TagClassName
{
border-color: #D679CB;
}
</style>