Shades of Medium Orchid #CF43F1
Tints of Medium Orchid #CF43F1
RGB
CMYK
RGB Variations
Color information
#CF43F1 (or 0xCF43F1) is known color: Medium Orchid. HEX triplet: CF, 43 and F1. RGB value is (207,67,241). Sum of RGB (Red+Green+Blue) = 207+67+241=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF43F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF43F1 is #30BC0E. Grayscale: #808080. Windows color (decimal): -3193871 or 15811535. OLE color: 15811535.
HSL color Cylindrical-coordinate representation of color #CF43F1: hue angle of 288.28º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF43F1 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 67 | 241 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.05 |
| HSL | 288.28º | 0.86% | 0.6% | - |
| HSV(B) | 288.28º | 0.72% | 0.95% | - |
| XYZ | 43.62 | 23.63 | 85.48 | - |
| YUV | 128.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 241 | 0.14 | 0.72 | 0 | 0.05 | 288.28 | 0.86 | 0.6 |
| Hex | CF | 43 | F1 | E | 48 | 0 | 5 | 120 | 56 | 3C |
| Octal | 317 | 103 | 361 | 16 | 110 | 0 | 5 | 440 | 126 | 74 |
| Binary | 11001111 | 1000011 | 11110001 | 1110 | 1001000 | 0 | 101 | 100100000 | 1010110 | 111100 |
Color Harmonies of #CF43F1
Complementary color
Monochromatic Colors of #CF43F1
Black with #CF43F1
Text Example
Text Example
White with #CF43F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43F1; }
p { color: rgb(207,67,241); }
H1.HeaderClassName
{
color: #CF43F1;
}
.AnyTagClassName
{
color: #CF43F1;
}
</style>
background-color css
<style>
a { background-color: #CF43F1; }
a { background-color: rgb(207,67,241); }
div.DivClassName
{
background-color: #CF43F1;
}
.BgClassName
{
background-color: #CF43F1;
}
</style>
border-color css
<style>
span { border-color: #CF43F1; }
span { border-color: rgb(207,67,241); }
td.TdClassName
{
border-color: #CF43F1;
}
.TagClassName
{
border-color: #CF43F1;
}
</style>