Shades of Orchid #DC65CF
Tints of Orchid #DC65CF
RGB
CMYK
RGB Variations
Color information
#DC65CF (or 0xDC65CF) is known color: Orchid. HEX triplet: DC, 65 and CF. RGB value is (220,101,207). Sum of RGB (Red+Green+Blue) = 220+101+207=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65CF is #239A30. Grayscale: #949494. Windows color (decimal): -2333233 or 13592028. OLE color: 13592028.
HSL color Cylindrical-coordinate representation of color #DC65CF: hue angle of 306.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65CF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 207 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.14 |
| HSL | 306.55º | 0.63% | 0.63% | - |
| HSV(B) | 306.55º | 0.54% | 0.86% | - |
| XYZ | 45.43 | 29.03 | 62.24 | - |
| YUV | 148.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 207 | 0 | 0.54 | 0.06 | 0.14 | 306.55 | 0.63 | 0.63 |
| Hex | DC | 65 | CF | 0 | 36 | 6 | E | 133 | 3F | 3F |
| Octal | 334 | 145 | 317 | 0 | 66 | 6 | 16 | 463 | 77 | 77 |
| Binary | 11011100 | 1100101 | 11001111 | 0 | 110110 | 110 | 1110 | 100110011 | 111111 | 111111 |
Color Harmonies of #DC65CF
Complementary color
Monochromatic Colors of #DC65CF
Black with #DC65CF
Text Example
Text Example
White with #DC65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65CF; }
p { color: rgb(220,101,207); }
H1.HeaderClassName
{
color: #DC65CF;
}
.AnyTagClassName
{
color: #DC65CF;
}
</style>
background-color css
<style>
a { background-color: #DC65CF; }
a { background-color: rgb(220,101,207); }
div.DivClassName
{
background-color: #DC65CF;
}
.BgClassName
{
background-color: #DC65CF;
}
</style>
border-color css
<style>
span { border-color: #DC65CF; }
span { border-color: rgb(220,101,207); }
td.TdClassName
{
border-color: #DC65CF;
}
.TagClassName
{
border-color: #DC65CF;
}
</style>