Shades of Medium Orchid #CF3AF3
Tints of Medium Orchid #CF3AF3
RGB
CMYK
RGB Variations
Color information
#CF3AF3 (or 0xCF3AF3) is known color: Medium Orchid. HEX triplet: CF, 3A and F3. RGB value is (207,58,243). Sum of RGB (Red+Green+Blue) = 207+58+243=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF3AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3AF3 is #30C50C. Grayscale: #7B7B7B. Windows color (decimal): -3196173 or 15940303. OLE color: 15940303.
HSL color Cylindrical-coordinate representation of color #CF3AF3: hue angle of 288.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3AF3 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 58 | 243 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.05 |
| HSL | 288.32º | 0.89% | 0.59% | - |
| HSV(B) | 288.32º | 0.76% | 0.95% | - |
| XYZ | 43.42 | 22.76 | 86.9 | - |
| YUV | 123.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 243 | 0.15 | 0.76 | 0 | 0.05 | 288.32 | 0.89 | 0.59 |
| Hex | CF | 3A | F3 | F | 4C | 0 | 5 | 120 | 59 | 3B |
| Octal | 317 | 72 | 363 | 17 | 114 | 0 | 5 | 440 | 131 | 73 |
| Binary | 11001111 | 111010 | 11110011 | 1111 | 1001100 | 0 | 101 | 100100000 | 1011001 | 111011 |
Color Harmonies of #CF3AF3
Complementary color
Monochromatic Colors of #CF3AF3
Black with #CF3AF3
Text Example
Text Example
White with #CF3AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AF3; }
p { color: rgb(207,58,243); }
H1.HeaderClassName
{
color: #CF3AF3;
}
.AnyTagClassName
{
color: #CF3AF3;
}
</style>
background-color css
<style>
a { background-color: #CF3AF3; }
a { background-color: rgb(207,58,243); }
div.DivClassName
{
background-color: #CF3AF3;
}
.BgClassName
{
background-color: #CF3AF3;
}
</style>
border-color css
<style>
span { border-color: #CF3AF3; }
span { border-color: rgb(207,58,243); }
td.TdClassName
{
border-color: #CF3AF3;
}
.TagClassName
{
border-color: #CF3AF3;
}
</style>