Shades of Medium Orchid #CF3FFD
Tints of Medium Orchid #CF3FFD
RGB
CMYK
RGB Variations
Color information
#CF3FFD (or 0xCF3FFD) is known color: Medium Orchid. HEX triplet: CF, 3F and FD. RGB value is (207,63,253). Sum of RGB (Red+Green+Blue) = 207+63+253=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 63 (25% from 255 or 12.05% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF3FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FFD is #30C002. Grayscale: #7F7F7F. Windows color (decimal): -3194883 or 16596943. OLE color: 16596943.
HSL color Cylindrical-coordinate representation of color #CF3FFD: hue angle of 285.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3FFD is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 63 | 253 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.01 |
| HSL | 285.47º | 0.98% | 0.62% | - |
| HSV(B) | 285.47º | 0.75% | 0.99% | - |
| XYZ | 45.24 | 23.91 | 95.16 | - |
| YUV | 127.72 | 198.71 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 253 | 0.18 | 0.75 | 0 | 0.01 | 285.47 | 0.98 | 0.62 |
| Hex | CF | 3F | FD | 12 | 4B | 0 | 1 | 11D | 62 | 3E |
| Octal | 317 | 77 | 375 | 22 | 113 | 0 | 1 | 435 | 142 | 76 |
| Binary | 11001111 | 111111 | 11111101 | 10010 | 1001011 | 0 | 1 | 100011101 | 1100010 | 111110 |
Color Harmonies of #CF3FFD
Complementary color
Monochromatic Colors of #CF3FFD
Black with #CF3FFD
Text Example
Text Example
White with #CF3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FFD; }
p { color: rgb(207,63,253); }
H1.HeaderClassName
{
color: #CF3FFD;
}
.AnyTagClassName
{
color: #CF3FFD;
}
</style>
background-color css
<style>
a { background-color: #CF3FFD; }
a { background-color: rgb(207,63,253); }
div.DivClassName
{
background-color: #CF3FFD;
}
.BgClassName
{
background-color: #CF3FFD;
}
</style>
border-color css
<style>
span { border-color: #CF3FFD; }
span { border-color: rgb(207,63,253); }
td.TdClassName
{
border-color: #CF3FFD;
}
.TagClassName
{
border-color: #CF3FFD;
}
</style>