Shades of Orchid #CD78DF
Tints of Orchid #CD78DF
RGB
CMYK
RGB Variations
Color information
#CD78DF (or 0xCD78DF) is known color: Orchid. HEX triplet: CD, 78 and DF. RGB value is (205,120,223). Sum of RGB (Red+Green+Blue) = 205+120+223=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78DF is #328720. Grayscale: #9C9C9C. Windows color (decimal): -3311393 or 14645453. OLE color: 14645453.
HSL color Cylindrical-coordinate representation of color #CD78DF: hue angle of 289.51º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD78DF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 120 | 223 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.13 |
| HSL | 289.51º | 0.62% | 0.67% | - |
| HSV(B) | 289.51º | 0.46% | 0.87% | - |
| XYZ | 45.21 | 31.74 | 73.56 | - |
| YUV | 157.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 223 | 0.08 | 0.46 | 0 | 0.13 | 289.51 | 0.62 | 0.67 |
| Hex | CD | 78 | DF | 8 | 2E | 0 | D | 122 | 3E | 43 |
| Octal | 315 | 170 | 337 | 10 | 56 | 0 | 15 | 442 | 76 | 103 |
| Binary | 11001101 | 1111000 | 11011111 | 1000 | 101110 | 0 | 1101 | 100100010 | 111110 | 1000011 |
Color Harmonies of #CD78DF
Complementary color
Monochromatic Colors of #CD78DF
Black with #CD78DF
Text Example
Text Example
White with #CD78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD78DF; }
p { color: rgb(205,120,223); }
H1.HeaderClassName
{
color: #CD78DF;
}
.AnyTagClassName
{
color: #CD78DF;
}
</style>
background-color css
<style>
a { background-color: #CD78DF; }
a { background-color: rgb(205,120,223); }
div.DivClassName
{
background-color: #CD78DF;
}
.BgClassName
{
background-color: #CD78DF;
}
</style>
border-color css
<style>
span { border-color: #CD78DF; }
span { border-color: rgb(205,120,223); }
td.TdClassName
{
border-color: #CD78DF;
}
.TagClassName
{
border-color: #CD78DF;
}
</style>