Shades of Orchid #DF67EA
Tints of Orchid #DF67EA
RGB
CMYK
RGB Variations
Color information
#DF67EA (or 0xDF67EA) is known color: Orchid. HEX triplet: DF, 67 and EA. RGB value is (223,103,234). Sum of RGB (Red+Green+Blue) = 223+103+234=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF67EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF67EA is #209815. Grayscale: #999999. Windows color (decimal): -2136086 or 15362015. OLE color: 15362015.
HSL color Cylindrical-coordinate representation of color #DF67EA: hue angle of 294.96º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF67EA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 103 | 234 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.08 |
| HSL | 294.96º | 0.76% | 0.66% | - |
| HSV(B) | 294.96º | 0.56% | 0.92% | - |
| XYZ | 50.13 | 31.33 | 81.25 | - |
| YUV | 153.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 234 | 0.05 | 0.56 | 0 | 0.08 | 294.96 | 0.76 | 0.66 |
| Hex | DF | 67 | EA | 5 | 38 | 0 | 8 | 127 | 4C | 42 |
| Octal | 337 | 147 | 352 | 5 | 70 | 0 | 10 | 447 | 114 | 102 |
| Binary | 11011111 | 1100111 | 11101010 | 101 | 111000 | 0 | 1000 | 100100111 | 1001100 | 1000010 |
Color Harmonies of #DF67EA
Complementary color
Monochromatic Colors of #DF67EA
Black with #DF67EA
Text Example
Text Example
White with #DF67EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67EA; }
p { color: rgb(223,103,234); }
H1.HeaderClassName
{
color: #DF67EA;
}
.AnyTagClassName
{
color: #DF67EA;
}
</style>
background-color css
<style>
a { background-color: #DF67EA; }
a { background-color: rgb(223,103,234); }
div.DivClassName
{
background-color: #DF67EA;
}
.BgClassName
{
background-color: #DF67EA;
}
</style>
border-color css
<style>
span { border-color: #DF67EA; }
span { border-color: rgb(223,103,234); }
td.TdClassName
{
border-color: #DF67EA;
}
.TagClassName
{
border-color: #DF67EA;
}
</style>