Shades of Orchid #D68ACF
Tints of Orchid #D68ACF
RGB
CMYK
RGB Variations
Color information
#D68ACF (or 0xD68ACF) is known color: Orchid. HEX triplet: D6, 8A and CF. RGB value is (214,138,207). Sum of RGB (Red+Green+Blue) = 214+138+207=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACF is #297530. Grayscale: #A8A8A8. Windows color (decimal): -2716977 or 13601494. OLE color: 13601494.
HSL color Cylindrical-coordinate representation of color #D68ACF: hue angle of 305.53º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68ACF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 207 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.16 |
| HSL | 305.53º | 0.48% | 0.69% | - |
| HSV(B) | 305.53º | 0.36% | 0.84% | - |
| XYZ | 48.08 | 36.98 | 63.63 | - |
| YUV | 168.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 207 | 0 | 0.36 | 0.03 | 0.16 | 305.53 | 0.48 | 0.69 |
| Hex | D6 | 8A | CF | 0 | 24 | 3 | 10 | 132 | 30 | 45 |
| Octal | 326 | 212 | 317 | 0 | 44 | 3 | 20 | 462 | 60 | 105 |
| Binary | 11010110 | 10001010 | 11001111 | 0 | 100100 | 11 | 10000 | 100110010 | 110000 | 1000101 |
Color Harmonies of #D68ACF
Complementary color
Monochromatic Colors of #D68ACF
Black with #D68ACF
Text Example
Text Example
White with #D68ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68ACF; }
p { color: rgb(214,138,207); }
H1.HeaderClassName
{
color: #D68ACF;
}
.AnyTagClassName
{
color: #D68ACF;
}
</style>
background-color css
<style>
a { background-color: #D68ACF; }
a { background-color: rgb(214,138,207); }
div.DivClassName
{
background-color: #D68ACF;
}
.BgClassName
{
background-color: #D68ACF;
}
</style>
border-color css
<style>
span { border-color: #D68ACF; }
span { border-color: rgb(214,138,207); }
td.TdClassName
{
border-color: #D68ACF;
}
.TagClassName
{
border-color: #D68ACF;
}
</style>