Shades of Orchid #DF69CC
Tints of Orchid #DF69CC
RGB
CMYK
RGB Variations
Color information
#DF69CC (or 0xDF69CC) is known color: Orchid. HEX triplet: DF, 69 and CC. RGB value is (223,105,204). Sum of RGB (Red+Green+Blue) = 223+105+204=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69CC is #209633. Grayscale: #979797. Windows color (decimal): -2135604 or 13396447. OLE color: 13396447.
HSL color Cylindrical-coordinate representation of color #DF69CC: hue angle of 309.66º 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 #DF69CC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 204 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.13 |
| HSL | 309.66º | 0.65% | 0.64% | - |
| HSV(B) | 309.66º | 0.53% | 0.87% | - |
| XYZ | 46.38 | 30.15 | 60.5 | - |
| YUV | 151.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 204 | 0 | 0.53 | 0.09 | 0.13 | 309.66 | 0.65 | 0.64 |
| Hex | DF | 69 | CC | 0 | 35 | 9 | D | 136 | 41 | 40 |
| Octal | 337 | 151 | 314 | 0 | 65 | 11 | 15 | 466 | 101 | 100 |
| Binary | 11011111 | 1101001 | 11001100 | 0 | 110101 | 1001 | 1101 | 100110110 | 1000001 | 1000000 |
Color Harmonies of #DF69CC
Complementary color
Monochromatic Colors of #DF69CC
Black with #DF69CC
Text Example
Text Example
White with #DF69CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69CC; }
p { color: rgb(223,105,204); }
H1.HeaderClassName
{
color: #DF69CC;
}
.AnyTagClassName
{
color: #DF69CC;
}
</style>
background-color css
<style>
a { background-color: #DF69CC; }
a { background-color: rgb(223,105,204); }
div.DivClassName
{
background-color: #DF69CC;
}
.BgClassName
{
background-color: #DF69CC;
}
</style>
border-color css
<style>
span { border-color: #DF69CC; }
span { border-color: rgb(223,105,204); }
td.TdClassName
{
border-color: #DF69CC;
}
.TagClassName
{
border-color: #DF69CC;
}
</style>