Shades of Medium Orchid #CD3CFD
Tints of Medium Orchid #CD3CFD
RGB
CMYK
RGB Variations
Color information
#CD3CFD (or 0xCD3CFD) is known color: Medium Orchid. HEX triplet: CD, 3C and FD. RGB value is (205,60,253). Sum of RGB (Red+Green+Blue) = 205+60+253=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD3CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3CFD is #32C302. Grayscale: #7C7C7C. Windows color (decimal): -3326723 or 16596173. OLE color: 16596173.
HSL color Cylindrical-coordinate representation of color #CD3CFD: hue angle of 285.08º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3CFD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 60 | 253 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.01 |
| HSL | 285.08º | 0.98% | 0.61% | - |
| HSV(B) | 285.08º | 0.76% | 0.99% | - |
| XYZ | 44.52 | 23.3 | 95.08 | - |
| YUV | 125.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 253 | 0.19 | 0.76 | 0 | 0.01 | 285.08 | 0.98 | 0.61 |
| Hex | CD | 3C | FD | 13 | 4C | 0 | 1 | 11D | 62 | 3D |
| Octal | 315 | 74 | 375 | 23 | 114 | 0 | 1 | 435 | 142 | 75 |
| Binary | 11001101 | 111100 | 11111101 | 10011 | 1001100 | 0 | 1 | 100011101 | 1100010 | 111101 |
Color Harmonies of #CD3CFD
Complementary color
Monochromatic Colors of #CD3CFD
Black with #CD3CFD
Text Example
Text Example
White with #CD3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CFD; }
p { color: rgb(205,60,253); }
H1.HeaderClassName
{
color: #CD3CFD;
}
.AnyTagClassName
{
color: #CD3CFD;
}
</style>
background-color css
<style>
a { background-color: #CD3CFD; }
a { background-color: rgb(205,60,253); }
div.DivClassName
{
background-color: #CD3CFD;
}
.BgClassName
{
background-color: #CD3CFD;
}
</style>
border-color css
<style>
span { border-color: #CD3CFD; }
span { border-color: rgb(205,60,253); }
td.TdClassName
{
border-color: #CD3CFD;
}
.TagClassName
{
border-color: #CD3CFD;
}
</style>