Shades of Orchid #CD6FDF
Tints of Orchid #CD6FDF
RGB
CMYK
RGB Variations
Color information
#CD6FDF (or 0xCD6FDF) is known color: Orchid. HEX triplet: CD, 6F and DF. RGB value is (205,111,223). Sum of RGB (Red+Green+Blue) = 205+111+223=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FDF is #329020. Grayscale: #979797. Windows color (decimal): -3313697 or 14643149. OLE color: 14643149.
HSL color Cylindrical-coordinate representation of color #CD6FDF: hue angle of 290.36º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6FDF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 111 | 223 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.13 |
| HSL | 290.36º | 0.64% | 0.65% | - |
| HSV(B) | 290.36º | 0.5% | 0.87% | - |
| XYZ | 44.18 | 29.68 | 73.21 | - |
| YUV | 151.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 223 | 0.08 | 0.50 | 0 | 0.13 | 290.36 | 0.64 | 0.65 |
| Hex | CD | 6F | DF | 8 | 32 | 0 | D | 122 | 40 | 41 |
| Octal | 315 | 157 | 337 | 10 | 62 | 0 | 15 | 442 | 100 | 101 |
| Binary | 11001101 | 1101111 | 11011111 | 1000 | 110010 | 0 | 1101 | 100100010 | 1000000 | 1000001 |
Color Harmonies of #CD6FDF
Complementary color
Monochromatic Colors of #CD6FDF
Black with #CD6FDF
Text Example
Text Example
White with #CD6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6FDF; }
p { color: rgb(205,111,223); }
H1.HeaderClassName
{
color: #CD6FDF;
}
.AnyTagClassName
{
color: #CD6FDF;
}
</style>
background-color css
<style>
a { background-color: #CD6FDF; }
a { background-color: rgb(205,111,223); }
div.DivClassName
{
background-color: #CD6FDF;
}
.BgClassName
{
background-color: #CD6FDF;
}
</style>
border-color css
<style>
span { border-color: #CD6FDF; }
span { border-color: rgb(205,111,223); }
td.TdClassName
{
border-color: #CD6FDF;
}
.TagClassName
{
border-color: #CD6FDF;
}
</style>