Shades of Orchid #DF67CE
Tints of Orchid #DF67CE
RGB
CMYK
RGB Variations
Color information
#DF67CE (or 0xDF67CE) is known color: Orchid. HEX triplet: DF, 67 and CE. RGB value is (223,103,206). Sum of RGB (Red+Green+Blue) = 223+103+206=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67CE is #209831. Grayscale: #969696. Windows color (decimal): -2136114 or 13527007. OLE color: 13527007.
HSL color Cylindrical-coordinate representation of color #DF67CE: hue angle of 308.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67CE is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 206 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.13 |
| HSL | 308.5º | 0.65% | 0.64% | - |
| HSV(B) | 308.5º | 0.54% | 0.87% | - |
| XYZ | 46.42 | 29.84 | 61.71 | - |
| YUV | 150.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 206 | 0 | 0.54 | 0.08 | 0.13 | 308.5 | 0.65 | 0.64 |
| Hex | DF | 67 | CE | 0 | 36 | 8 | D | 134 | 41 | 40 |
| Octal | 337 | 147 | 316 | 0 | 66 | 10 | 15 | 464 | 101 | 100 |
| Binary | 11011111 | 1100111 | 11001110 | 0 | 110110 | 1000 | 1101 | 100110100 | 1000001 | 1000000 |
Color Harmonies of #DF67CE
Complementary color
Monochromatic Colors of #DF67CE
Black with #DF67CE
Text Example
Text Example
White with #DF67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67CE; }
p { color: rgb(223,103,206); }
H1.HeaderClassName
{
color: #DF67CE;
}
.AnyTagClassName
{
color: #DF67CE;
}
</style>
background-color css
<style>
a { background-color: #DF67CE; }
a { background-color: rgb(223,103,206); }
div.DivClassName
{
background-color: #DF67CE;
}
.BgClassName
{
background-color: #DF67CE;
}
</style>
border-color css
<style>
span { border-color: #DF67CE; }
span { border-color: rgb(223,103,206); }
td.TdClassName
{
border-color: #DF67CE;
}
.TagClassName
{
border-color: #DF67CE;
}
</style>