Shades of Orchid #DF67CC
Tints of Orchid #DF67CC
RGB
CMYK
RGB Variations
Color information
#DF67CC (or 0xDF67CC) is known color: Orchid. HEX triplet: DF, 67 and CC. RGB value is (223,103,204). Sum of RGB (Red+Green+Blue) = 223+103+204=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67CC is #209833. Grayscale: #969696. Windows color (decimal): -2136116 or 13395935. OLE color: 13395935.
HSL color Cylindrical-coordinate representation of color #DF67CC: hue angle of 309.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 #DF67CC is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 204 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.13 |
| HSL | 309.5º | 0.65% | 0.64% | - |
| HSV(B) | 309.5º | 0.54% | 0.87% | - |
| XYZ | 46.18 | 29.75 | 60.43 | - |
| YUV | 150.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 204 | 0 | 0.54 | 0.09 | 0.13 | 309.5 | 0.65 | 0.64 |
| Hex | DF | 67 | CC | 0 | 36 | 9 | D | 136 | 41 | 40 |
| Octal | 337 | 147 | 314 | 0 | 66 | 11 | 15 | 466 | 101 | 100 |
| Binary | 11011111 | 1100111 | 11001100 | 0 | 110110 | 1001 | 1101 | 100110110 | 1000001 | 1000000 |
Color Harmonies of #DF67CC
Complementary color
Monochromatic Colors of #DF67CC
Black with #DF67CC
Text Example
Text Example
White with #DF67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67CC; }
p { color: rgb(223,103,204); }
H1.HeaderClassName
{
color: #DF67CC;
}
.AnyTagClassName
{
color: #DF67CC;
}
</style>
background-color css
<style>
a { background-color: #DF67CC; }
a { background-color: rgb(223,103,204); }
div.DivClassName
{
background-color: #DF67CC;
}
.BgClassName
{
background-color: #DF67CC;
}
</style>
border-color css
<style>
span { border-color: #DF67CC; }
span { border-color: rgb(223,103,204); }
td.TdClassName
{
border-color: #DF67CC;
}
.TagClassName
{
border-color: #DF67CC;
}
</style>