Shades of Medium Orchid #CF3FE0
Tints of Medium Orchid #CF3FE0
RGB
CMYK
RGB Variations
Color information
#CF3FE0 (or 0xCF3FE0) is known color: Medium Orchid. HEX triplet: CF, 3F and E0. RGB value is (207,63,224). Sum of RGB (Red+Green+Blue) = 207+63+224=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF3FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FE0 is #30C01F. Grayscale: #7B7B7B. Windows color (decimal): -3194912 or 14696399. OLE color: 14696399.
HSL color Cylindrical-coordinate representation of color #CF3FE0: hue angle of 293.66º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3FE0 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 63 | 224 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.12 |
| HSL | 293.66º | 0.72% | 0.56% | - |
| HSV(B) | 293.66º | 0.72% | 0.88% | - |
| XYZ | 40.96 | 22.2 | 72.65 | - |
| YUV | 124.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 224 | 0.08 | 0.72 | 0 | 0.12 | 293.66 | 0.72 | 0.56 |
| Hex | CF | 3F | E0 | 8 | 48 | 0 | C | 126 | 48 | 38 |
| Octal | 317 | 77 | 340 | 10 | 110 | 0 | 14 | 446 | 110 | 70 |
| Binary | 11001111 | 111111 | 11100000 | 1000 | 1001000 | 0 | 1100 | 100100110 | 1001000 | 111000 |
Color Harmonies of #CF3FE0
Complementary color
Monochromatic Colors of #CF3FE0
Black with #CF3FE0
Text Example
Text Example
White with #CF3FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FE0; }
p { color: rgb(207,63,224); }
H1.HeaderClassName
{
color: #CF3FE0;
}
.AnyTagClassName
{
color: #CF3FE0;
}
</style>
background-color css
<style>
a { background-color: #CF3FE0; }
a { background-color: rgb(207,63,224); }
div.DivClassName
{
background-color: #CF3FE0;
}
.BgClassName
{
background-color: #CF3FE0;
}
</style>
border-color css
<style>
span { border-color: #CF3FE0; }
span { border-color: rgb(207,63,224); }
td.TdClassName
{
border-color: #CF3FE0;
}
.TagClassName
{
border-color: #CF3FE0;
}
</style>