Shades of Medium Orchid #CD4BDF
Tints of Medium Orchid #CD4BDF
RGB
CMYK
RGB Variations
Color information
#CD4BDF (or 0xCD4BDF) is known color: Medium Orchid. HEX triplet: CD, 4B and DF. RGB value is (205,75,223). Sum of RGB (Red+Green+Blue) = 205+75+223=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4BDF is #32B420. Grayscale: #828282. Windows color (decimal): -3322913 or 14633933. OLE color: 14633933.
HSL color Cylindrical-coordinate representation of color #CD4BDF: hue angle of 292.7º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4BDF is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 75 | 223 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.13 |
| HSL | 292.7º | 0.7% | 0.58% | - |
| HSV(B) | 292.7º | 0.66% | 0.87% | - |
| XYZ | 41.01 | 23.34 | 72.16 | - |
| YUV | 130.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 75 | 223 | 0.08 | 0.66 | 0 | 0.13 | 292.7 | 0.7 | 0.58 |
| Hex | CD | 4B | DF | 8 | 42 | 0 | D | 125 | 46 | 3A |
| Octal | 315 | 113 | 337 | 10 | 102 | 0 | 15 | 445 | 106 | 72 |
| Binary | 11001101 | 1001011 | 11011111 | 1000 | 1000010 | 0 | 1101 | 100100101 | 1000110 | 111010 |
Color Harmonies of #CD4BDF
Complementary color
Monochromatic Colors of #CD4BDF
Black with #CD4BDF
Text Example
Text Example
White with #CD4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4BDF; }
p { color: rgb(205,75,223); }
H1.HeaderClassName
{
color: #CD4BDF;
}
.AnyTagClassName
{
color: #CD4BDF;
}
</style>
background-color css
<style>
a { background-color: #CD4BDF; }
a { background-color: rgb(205,75,223); }
div.DivClassName
{
background-color: #CD4BDF;
}
.BgClassName
{
background-color: #CD4BDF;
}
</style>
border-color css
<style>
span { border-color: #CD4BDF; }
span { border-color: rgb(205,75,223); }
td.TdClassName
{
border-color: #CD4BDF;
}
.TagClassName
{
border-color: #CD4BDF;
}
</style>