Shades of Orchid #CD76DF
Tints of Orchid #CD76DF
RGB
CMYK
RGB Variations
Color information
#CD76DF (or 0xCD76DF) is known color: Orchid. HEX triplet: CD, 76 and DF. RGB value is (205,118,223). Sum of RGB (Red+Green+Blue) = 205+118+223=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76DF is #328920. Grayscale: #9B9B9B. Windows color (decimal): -3311905 or 14644941. OLE color: 14644941.
HSL color Cylindrical-coordinate representation of color #CD76DF: hue angle of 289.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD76DF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 118 | 223 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.13 |
| HSL | 289.71º | 0.62% | 0.67% | - |
| HSV(B) | 289.71º | 0.47% | 0.87% | - |
| XYZ | 44.97 | 31.26 | 73.48 | - |
| YUV | 155.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 223 | 0.08 | 0.47 | 0 | 0.13 | 289.71 | 0.62 | 0.67 |
| Hex | CD | 76 | DF | 8 | 2F | 0 | D | 122 | 3E | 43 |
| Octal | 315 | 166 | 337 | 10 | 57 | 0 | 15 | 442 | 76 | 103 |
| Binary | 11001101 | 1110110 | 11011111 | 1000 | 101111 | 0 | 1101 | 100100010 | 111110 | 1000011 |
Color Harmonies of #CD76DF
Complementary color
Monochromatic Colors of #CD76DF
Black with #CD76DF
Text Example
Text Example
White with #CD76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD76DF; }
p { color: rgb(205,118,223); }
H1.HeaderClassName
{
color: #CD76DF;
}
.AnyTagClassName
{
color: #CD76DF;
}
</style>
background-color css
<style>
a { background-color: #CD76DF; }
a { background-color: rgb(205,118,223); }
div.DivClassName
{
background-color: #CD76DF;
}
.BgClassName
{
background-color: #CD76DF;
}
</style>
border-color css
<style>
span { border-color: #CD76DF; }
span { border-color: rgb(205,118,223); }
td.TdClassName
{
border-color: #CD76DF;
}
.TagClassName
{
border-color: #CD76DF;
}
</style>