Shades of Orchid #DF6CE4
Tints of Orchid #DF6CE4
RGB
CMYK
RGB Variations
Color information
#DF6CE4 (or 0xDF6CE4) is known color: Orchid. HEX triplet: DF, 6C and E4. RGB value is (223,108,228). Sum of RGB (Red+Green+Blue) = 223+108+228=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF6CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CE4 is #20931B. Grayscale: #9B9B9B. Windows color (decimal): -2134812 or 14970079. OLE color: 14970079.
HSL color Cylindrical-coordinate representation of color #DF6CE4: hue angle of 297.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6CE4 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 108 | 228 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.11 |
| HSL | 297.5º | 0.69% | 0.66% | - |
| HSV(B) | 297.5º | 0.53% | 0.89% | - |
| XYZ | 49.8 | 32.01 | 76.95 | - |
| YUV | 156.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 228 | 0.02 | 0.53 | 0 | 0.11 | 297.5 | 0.69 | 0.66 |
| Hex | DF | 6C | E4 | 2 | 35 | 0 | B | 12A | 45 | 42 |
| Octal | 337 | 154 | 344 | 2 | 65 | 0 | 13 | 452 | 105 | 102 |
| Binary | 11011111 | 1101100 | 11100100 | 10 | 110101 | 0 | 1011 | 100101010 | 1000101 | 1000010 |
Color Harmonies of #DF6CE4
Complementary color
Monochromatic Colors of #DF6CE4
Black with #DF6CE4
Text Example
Text Example
White with #DF6CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CE4; }
p { color: rgb(223,108,228); }
H1.HeaderClassName
{
color: #DF6CE4;
}
.AnyTagClassName
{
color: #DF6CE4;
}
</style>
background-color css
<style>
a { background-color: #DF6CE4; }
a { background-color: rgb(223,108,228); }
div.DivClassName
{
background-color: #DF6CE4;
}
.BgClassName
{
background-color: #DF6CE4;
}
</style>
border-color css
<style>
span { border-color: #DF6CE4; }
span { border-color: rgb(223,108,228); }
td.TdClassName
{
border-color: #DF6CE4;
}
.TagClassName
{
border-color: #DF6CE4;
}
</style>