Shades of Orchid #CD6FCC
Tints of Orchid #CD6FCC
RGB
CMYK
RGB Variations
Color information
#CD6FCC (or 0xCD6FCC) is known color: Orchid. HEX triplet: CD, 6F and CC. RGB value is (205,111,204). Sum of RGB (Red+Green+Blue) = 205+111+204=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FCC is #329033. Grayscale: #959595. Windows color (decimal): -3313716 or 13397965. OLE color: 13397965.
HSL color Cylindrical-coordinate representation of color #CD6FCC: hue angle of 300.64º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6FCC is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 111 | 204 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.20 |
| HSL | 300.64º | 0.48% | 0.62% | - |
| HSV(B) | 300.64º | 0.46% | 0.8% | - |
| XYZ | 41.76 | 28.71 | 60.47 | - |
| YUV | 149.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 111 | 204 | 0 | 0.46 | 0.00 | 0.20 | 300.64 | 0.48 | 0.62 |
| Hex | CD | 6F | CC | 0 | 2E | 0 | 14 | 12D | 30 | 3E |
| Octal | 315 | 157 | 314 | 0 | 56 | 0 | 24 | 455 | 60 | 76 |
| Binary | 11001101 | 1101111 | 11001100 | 0 | 101110 | 0 | 10100 | 100101101 | 110000 | 111110 |
Color Harmonies of #CD6FCC
Complementary color
Monochromatic Colors of #CD6FCC
Black with #CD6FCC
Text Example
Text Example
White with #CD6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6FCC; }
p { color: rgb(205,111,204); }
H1.HeaderClassName
{
color: #CD6FCC;
}
.AnyTagClassName
{
color: #CD6FCC;
}
</style>
background-color css
<style>
a { background-color: #CD6FCC; }
a { background-color: rgb(205,111,204); }
div.DivClassName
{
background-color: #CD6FCC;
}
.BgClassName
{
background-color: #CD6FCC;
}
</style>
border-color css
<style>
span { border-color: #CD6FCC; }
span { border-color: rgb(205,111,204); }
td.TdClassName
{
border-color: #CD6FCC;
}
.TagClassName
{
border-color: #CD6FCC;
}
</style>