Shades of Orchid #DF69C2
Tints of Orchid #DF69C2
RGB
CMYK
RGB Variations
Color information
#DF69C2 (or 0xDF69C2) is known color: Orchid. HEX triplet: DF, 69 and C2. RGB value is (223,105,194). Sum of RGB (Red+Green+Blue) = 223+105+194=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69C2 is #20963D. Grayscale: #969696. Windows color (decimal): -2135614 or 12741087. OLE color: 12741087.
HSL color Cylindrical-coordinate representation of color #DF69C2: hue angle of 314.75º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF69C2 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 194 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.13 |
| HSL | 314.75º | 0.65% | 0.64% | - |
| HSV(B) | 314.75º | 0.53% | 0.87% | - |
| XYZ | 45.22 | 29.69 | 54.39 | - |
| YUV | 150.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 194 | 0 | 0.53 | 0.13 | 0.13 | 314.75 | 0.65 | 0.64 |
| Hex | DF | 69 | C2 | 0 | 35 | D | D | 13B | 41 | 40 |
| Octal | 337 | 151 | 302 | 0 | 65 | 15 | 15 | 473 | 101 | 100 |
| Binary | 11011111 | 1101001 | 11000010 | 0 | 110101 | 1101 | 1101 | 100111011 | 1000001 | 1000000 |
Color Harmonies of #DF69C2
Complementary color
Monochromatic Colors of #DF69C2
Black with #DF69C2
Text Example
Text Example
White with #DF69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69C2; }
p { color: rgb(223,105,194); }
H1.HeaderClassName
{
color: #DF69C2;
}
.AnyTagClassName
{
color: #DF69C2;
}
</style>
background-color css
<style>
a { background-color: #DF69C2; }
a { background-color: rgb(223,105,194); }
div.DivClassName
{
background-color: #DF69C2;
}
.BgClassName
{
background-color: #DF69C2;
}
</style>
border-color css
<style>
span { border-color: #DF69C2; }
span { border-color: rgb(223,105,194); }
td.TdClassName
{
border-color: #DF69C2;
}
.TagClassName
{
border-color: #DF69C2;
}
</style>