Shades of Medium Orchid #CD3DFF
Tints of Medium Orchid #CD3DFF
RGB
CMYK
RGB Variations
Color information
#CD3DFF (or 0xCD3DFF) is known color: Medium Orchid. HEX triplet: CD, 3D and FF. RGB value is (205,61,255). Sum of RGB (Red+Green+Blue) = 205+61+255=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 61 (24.22% from 255 or 11.71% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3DFF is #32C200. Grayscale: #7D7D7D. Windows color (decimal): -3326465 or 16727501. OLE color: 16727501.
HSL color Cylindrical-coordinate representation of color #CD3DFF: hue angle of 284.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3DFF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 61 | 255 | - |
| CMYK | 0.20 | 0.76 | 0 | 0 |
| HSL | 284.54º | 1% | 0.62% | - |
| HSV(B) | 284.54º | 0.76% | 1% | - |
| XYZ | 44.9 | 23.54 | 96.78 | - |
| YUV | 126.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 61 | 255 | 0.20 | 0.76 | 0 | 0 | 284.54 | 1 | 0.62 |
| Hex | CD | 3D | FF | 14 | 4C | 0 | 0 | 11D | 64 | 3E |
| Octal | 315 | 75 | 377 | 24 | 114 | 0 | 0 | 435 | 144 | 76 |
| Binary | 11001101 | 111101 | 11111111 | 10100 | 1001100 | 0 | 0 | 100011101 | 1100100 | 111110 |
Color Harmonies of #CD3DFF
Complementary color
Monochromatic Colors of #CD3DFF
Black with #CD3DFF
Text Example
Text Example
White with #CD3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3DFF; }
p { color: rgb(205,61,255); }
H1.HeaderClassName
{
color: #CD3DFF;
}
.AnyTagClassName
{
color: #CD3DFF;
}
</style>
background-color css
<style>
a { background-color: #CD3DFF; }
a { background-color: rgb(205,61,255); }
div.DivClassName
{
background-color: #CD3DFF;
}
.BgClassName
{
background-color: #CD3DFF;
}
</style>
border-color css
<style>
span { border-color: #CD3DFF; }
span { border-color: rgb(205,61,255); }
td.TdClassName
{
border-color: #CD3DFF;
}
.TagClassName
{
border-color: #CD3DFF;
}
</style>