Shades of Orchid #DC69CF
Tints of Orchid #DC69CF
RGB
CMYK
RGB Variations
Color information
#DC69CF (or 0xDC69CF) is known color: Orchid. HEX triplet: DC, 69 and CF. RGB value is (220,105,207). Sum of RGB (Red+Green+Blue) = 220+105+207=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69CF is #239630. Grayscale: #969696. Windows color (decimal): -2332209 or 13593052. OLE color: 13593052.
HSL color Cylindrical-coordinate representation of color #DC69CF: hue angle of 306.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69CF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 207 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.14 |
| HSL | 306.78º | 0.62% | 0.64% | - |
| HSV(B) | 306.78º | 0.52% | 0.86% | - |
| XYZ | 45.83 | 29.82 | 62.37 | - |
| YUV | 151.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 207 | 0 | 0.52 | 0.06 | 0.14 | 306.78 | 0.62 | 0.64 |
| Hex | DC | 69 | CF | 0 | 34 | 6 | E | 133 | 3E | 40 |
| Octal | 334 | 151 | 317 | 0 | 64 | 6 | 16 | 463 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11001111 | 0 | 110100 | 110 | 1110 | 100110011 | 111110 | 1000000 |
Color Harmonies of #DC69CF
Complementary color
Monochromatic Colors of #DC69CF
Black with #DC69CF
Text Example
Text Example
White with #DC69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69CF; }
p { color: rgb(220,105,207); }
H1.HeaderClassName
{
color: #DC69CF;
}
.AnyTagClassName
{
color: #DC69CF;
}
</style>
background-color css
<style>
a { background-color: #DC69CF; }
a { background-color: rgb(220,105,207); }
div.DivClassName
{
background-color: #DC69CF;
}
.BgClassName
{
background-color: #DC69CF;
}
</style>
border-color css
<style>
span { border-color: #DC69CF; }
span { border-color: rgb(220,105,207); }
td.TdClassName
{
border-color: #DC69CF;
}
.TagClassName
{
border-color: #DC69CF;
}
</style>