Shades of Medium Orchid #CD3FDB
Tints of Medium Orchid #CD3FDB
RGB
CMYK
RGB Variations
Color information
#CD3FDB (or 0xCD3FDB) is known color: Medium Orchid. HEX triplet: CD, 3F and DB. RGB value is (205,63,219). Sum of RGB (Red+Green+Blue) = 205+63+219=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FDB is #32C024. Grayscale: #7A7A7A. Windows color (decimal): -3325989 or 14368717. OLE color: 14368717.
HSL color Cylindrical-coordinate representation of color #CD3FDB: hue angle of 294.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3FDB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 63 | 219 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.14 |
| HSL | 294.62º | 0.68% | 0.55% | - |
| HSV(B) | 294.62º | 0.71% | 0.86% | - |
| XYZ | 39.74 | 21.65 | 69.1 | - |
| YUV | 123.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 63 | 219 | 0.06 | 0.71 | 0 | 0.14 | 294.62 | 0.68 | 0.55 |
| Hex | CD | 3F | DB | 6 | 47 | 0 | E | 127 | 44 | 37 |
| Octal | 315 | 77 | 333 | 6 | 107 | 0 | 16 | 447 | 104 | 67 |
| Binary | 11001101 | 111111 | 11011011 | 110 | 1000111 | 0 | 1110 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CD3FDB
Complementary color
Monochromatic Colors of #CD3FDB
Black with #CD3FDB
Text Example
Text Example
White with #CD3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3FDB; }
p { color: rgb(205,63,219); }
H1.HeaderClassName
{
color: #CD3FDB;
}
.AnyTagClassName
{
color: #CD3FDB;
}
</style>
background-color css
<style>
a { background-color: #CD3FDB; }
a { background-color: rgb(205,63,219); }
div.DivClassName
{
background-color: #CD3FDB;
}
.BgClassName
{
background-color: #CD3FDB;
}
</style>
border-color css
<style>
span { border-color: #CD3FDB; }
span { border-color: rgb(205,63,219); }
td.TdClassName
{
border-color: #CD3FDB;
}
.TagClassName
{
border-color: #CD3FDB;
}
</style>