Shades of Medium Orchid #CD3CDA
Tints of Medium Orchid #CD3CDA
RGB
CMYK
RGB Variations
Color information
#CD3CDA (or 0xCD3CDA) is known color: Medium Orchid. HEX triplet: CD, 3C and DA. RGB value is (205,60,218). Sum of RGB (Red+Green+Blue) = 205+60+218=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CDA is #32C325. Grayscale: #787878. Windows color (decimal): -3326758 or 14302413. OLE color: 14302413.
HSL color Cylindrical-coordinate representation of color #CD3CDA: hue angle of 295.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3CDA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 60 | 218 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.15 |
| HSL | 295.06º | 0.68% | 0.55% | - |
| HSV(B) | 295.06º | 0.72% | 0.85% | - |
| XYZ | 39.45 | 21.27 | 68.36 | - |
| YUV | 121.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 218 | 0.06 | 0.72 | 0 | 0.15 | 295.06 | 0.68 | 0.55 |
| Hex | CD | 3C | DA | 6 | 48 | 0 | F | 127 | 44 | 37 |
| Octal | 315 | 74 | 332 | 6 | 110 | 0 | 17 | 447 | 104 | 67 |
| Binary | 11001101 | 111100 | 11011010 | 110 | 1001000 | 0 | 1111 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CD3CDA
Complementary color
Monochromatic Colors of #CD3CDA
Black with #CD3CDA
Text Example
Text Example
White with #CD3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CDA; }
p { color: rgb(205,60,218); }
H1.HeaderClassName
{
color: #CD3CDA;
}
.AnyTagClassName
{
color: #CD3CDA;
}
</style>
background-color css
<style>
a { background-color: #CD3CDA; }
a { background-color: rgb(205,60,218); }
div.DivClassName
{
background-color: #CD3CDA;
}
.BgClassName
{
background-color: #CD3CDA;
}
</style>
border-color css
<style>
span { border-color: #CD3CDA; }
span { border-color: rgb(205,60,218); }
td.TdClassName
{
border-color: #CD3CDA;
}
.TagClassName
{
border-color: #CD3CDA;
}
</style>