Shades of Medium Orchid #CF3AF1
Tints of Medium Orchid #CF3AF1
RGB
CMYK
RGB Variations
Color information
#CF3AF1 (or 0xCF3AF1) is known color: Medium Orchid. HEX triplet: CF, 3A and F1. RGB value is (207,58,241). Sum of RGB (Red+Green+Blue) = 207+58+241=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF3AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3AF1 is #30C50E. Grayscale: #7A7A7A. Windows color (decimal): -3196175 or 15809231. OLE color: 15809231.
HSL color Cylindrical-coordinate representation of color #CF3AF1: hue angle of 288.85º degrees, saturation: 0.87, 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 #CF3AF1 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 58 | 241 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.05 |
| HSL | 288.85º | 0.87% | 0.59% | - |
| HSV(B) | 288.85º | 0.76% | 0.95% | - |
| XYZ | 43.12 | 22.64 | 85.32 | - |
| YUV | 123.41 | 194.36 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 241 | 0.14 | 0.76 | 0 | 0.05 | 288.85 | 0.87 | 0.59 |
| Hex | CF | 3A | F1 | E | 4C | 0 | 5 | 121 | 57 | 3B |
| Octal | 317 | 72 | 361 | 16 | 114 | 0 | 5 | 441 | 127 | 73 |
| Binary | 11001111 | 111010 | 11110001 | 1110 | 1001100 | 0 | 101 | 100100001 | 1010111 | 111011 |
Color Harmonies of #CF3AF1
Complementary color
Monochromatic Colors of #CF3AF1
Black with #CF3AF1
Text Example
Text Example
White with #CF3AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AF1; }
p { color: rgb(207,58,241); }
H1.HeaderClassName
{
color: #CF3AF1;
}
.AnyTagClassName
{
color: #CF3AF1;
}
</style>
background-color css
<style>
a { background-color: #CF3AF1; }
a { background-color: rgb(207,58,241); }
div.DivClassName
{
background-color: #CF3AF1;
}
.BgClassName
{
background-color: #CF3AF1;
}
</style>
border-color css
<style>
span { border-color: #CF3AF1; }
span { border-color: rgb(207,58,241); }
td.TdClassName
{
border-color: #CF3AF1;
}
.TagClassName
{
border-color: #CF3AF1;
}
</style>