Shades of Orchid #CD6BDF
Tints of Orchid #CD6BDF
RGB
CMYK
RGB Variations
Color information
#CD6BDF (or 0xCD6BDF) is known color: Orchid. HEX triplet: CD, 6B and DF. RGB value is (205,107,223). Sum of RGB (Red+Green+Blue) = 205+107+223=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BDF is #329420. Grayscale: #959595. Windows color (decimal): -3314721 or 14642125. OLE color: 14642125.
HSL color Cylindrical-coordinate representation of color #CD6BDF: hue angle of 290.69º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6BDF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 107 | 223 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.13 |
| HSL | 290.69º | 0.64% | 0.65% | - |
| HSV(B) | 290.69º | 0.52% | 0.87% | - |
| XYZ | 43.75 | 28.82 | 73.07 | - |
| YUV | 149.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 107 | 223 | 0.08 | 0.52 | 0 | 0.13 | 290.69 | 0.64 | 0.65 |
| Hex | CD | 6B | DF | 8 | 34 | 0 | D | 123 | 40 | 41 |
| Octal | 315 | 153 | 337 | 10 | 64 | 0 | 15 | 443 | 100 | 101 |
| Binary | 11001101 | 1101011 | 11011111 | 1000 | 110100 | 0 | 1101 | 100100011 | 1000000 | 1000001 |
Color Harmonies of #CD6BDF
Complementary color
Monochromatic Colors of #CD6BDF
Black with #CD6BDF
Text Example
Text Example
White with #CD6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6BDF; }
p { color: rgb(205,107,223); }
H1.HeaderClassName
{
color: #CD6BDF;
}
.AnyTagClassName
{
color: #CD6BDF;
}
</style>
background-color css
<style>
a { background-color: #CD6BDF; }
a { background-color: rgb(205,107,223); }
div.DivClassName
{
background-color: #CD6BDF;
}
.BgClassName
{
background-color: #CD6BDF;
}
</style>
border-color css
<style>
span { border-color: #CD6BDF; }
span { border-color: rgb(205,107,223); }
td.TdClassName
{
border-color: #CD6BDF;
}
.TagClassName
{
border-color: #CD6BDF;
}
</style>