Shades of Orchid #D668C7
Tints of Orchid #D668C7
RGB
CMYK
RGB Variations
Color information
#D668C7 (or 0xD668C7) is known color: Orchid. HEX triplet: D6, 68 and C7. RGB value is (214,104,199). Sum of RGB (Red+Green+Blue) = 214+104+199=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D668C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668C7 is #299738. Grayscale: #939393. Windows color (decimal): -2725689 or 13068502. OLE color: 13068502.
HSL color Cylindrical-coordinate representation of color #D668C7: hue angle of 308.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D668C7 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 199 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.16 |
| HSL | 308.18º | 0.57% | 0.62% | - |
| HSV(B) | 308.18º | 0.51% | 0.84% | - |
| XYZ | 42.99 | 28.32 | 57.23 | - |
| YUV | 147.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 199 | 0 | 0.51 | 0.07 | 0.16 | 308.18 | 0.57 | 0.62 |
| Hex | D6 | 68 | C7 | 0 | 33 | 7 | 10 | 134 | 39 | 3E |
| Octal | 326 | 150 | 307 | 0 | 63 | 7 | 20 | 464 | 71 | 76 |
| Binary | 11010110 | 1101000 | 11000111 | 0 | 110011 | 111 | 10000 | 100110100 | 111001 | 111110 |
Color Harmonies of #D668C7
Complementary color
Monochromatic Colors of #D668C7
Black with #D668C7
Text Example
Text Example
White with #D668C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668C7; }
p { color: rgb(214,104,199); }
H1.HeaderClassName
{
color: #D668C7;
}
.AnyTagClassName
{
color: #D668C7;
}
</style>
background-color css
<style>
a { background-color: #D668C7; }
a { background-color: rgb(214,104,199); }
div.DivClassName
{
background-color: #D668C7;
}
.BgClassName
{
background-color: #D668C7;
}
</style>
border-color css
<style>
span { border-color: #D668C7; }
span { border-color: rgb(214,104,199); }
td.TdClassName
{
border-color: #D668C7;
}
.TagClassName
{
border-color: #D668C7;
}
</style>